Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created March 5, 2012 20:05
Show Gist options
  • Select an option

  • Save denysonique/1980739 to your computer and use it in GitHub Desktop.

Select an option

Save denysonique/1980739 to your computer and use it in GitHub Desktop.
class Contacts::ApplicationController
respond_to :json, :html
def index
respond_with Contacts.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment