Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created June 13, 2013 13:11
Show Gist options
  • Select an option

  • Save igkuz/5773531 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/5773531 to your computer and use it in GitHub Desktop.
def index
@people = People.all
respond_to do |format|
format.html
format.xml { render xml: @people.to_xml }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment