Skip to content

Instantly share code, notes, and snippets.

@gbpereira
Created October 20, 2015 03:10
Show Gist options
  • Save gbpereira/2a51994efe9772a24527 to your computer and use it in GitHub Desktop.
Save gbpereira/2a51994efe9772a24527 to your computer and use it in GitHub Desktop.
Verbo Padrão URL Ação
GET /model(.:format) model#index
GET /model/new(.:format) model#new
POST /model(.:format) model#create
GET /model/:id/edit(.:format) model#edit
PATCH /model/:id(.:format) model#update
PUT /model/:id(.:format) model#update
GET /model/:id(.:format) model#show
DELETE /model/:id(.:format) model#destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment