Skip to content

Instantly share code, notes, and snippets.

@zacksiri
Created March 13, 2012 09:38
Show Gist options
  • Save zacksiri/2027850 to your computer and use it in GitHub Desktop.
Save zacksiri/2027850 to your computer and use it in GitHub Desktop.
Example of routes.rb
namespace "api" do
resources :contacts
end
#....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment