Learn How to Create Your Own Programming Language createyourproglang.com
This is my test code
def index @posts = Post.find(:all) respond_to do |format| format.html # index.html.erb format.xml { render :xml => @posts } end end
No refactoring yet !
Name
Email
Website
Comment
Format Copy from initial code Code
This is my test code