Skip to content

Instantly share code, notes, and snippets.

@cpb
Created February 8, 2014 00:45
Show Gist options
  • Save cpb/8874917 to your computer and use it in GitHub Desktop.
Save cpb/8874917 to your computer and use it in GitHub Desktop.
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
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