Created
October 20, 2015 03:10
-
-
Save gbpereira/2a51994efe9772a24527 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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