Created
February 8, 2014 00:45
-
-
Save cpb/8874917 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
Prefix Verb URI Pattern Controller#Action | |
stimulus POST /stimulus(.:format) stimulus#create | |
new_stimulus GET /stimulus/new(.:format) stimulus#new | |
edit_stimulus GET /stimulus/edit(.:format) stimulus#edit | |
GET /stimulus(.:format) stimulus#show | |
PATCH /stimulus(.:format) stimulus#update | |
PUT /stimulus(.:format) stimulus#update | |
DELETE /stimulus(.:format) stimulus#destroy |
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
Sample::Application.routes.draw do | |
resource :stimulus | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment