Skip to content

Instantly share code, notes, and snippets.

@tcannonfodder
Last active August 29, 2015 13:57
Show Gist options
  • Save tcannonfodder/9498557 to your computer and use it in GitHub Desktop.
Save tcannonfodder/9498557 to your computer and use it in GitHub Desktop.
products GET /products(.:format) products#index
POST /products(.:format) products#create
new_product GET /products/new(.:format) products#new
edit_product GET /products/:id/edit(.:format) products#edit
product GET /products/:id(.:format) products#show
PUT /products/:id(.:format) products#update
DELETE /products/:id(.:format) products#destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment