55502f40dc8b7c769880b10874abc9d0

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

Refactorings

No refactoring yet !

Your refactoring





Format Copy from initial code

or Cancel