Skip to content

Instantly share code, notes, and snippets.

@JakeAustwick
Created February 2, 2012 22:24
Show Gist options
  • Save JakeAustwick/1726177 to your computer and use it in GitHub Desktop.
Save JakeAustwick/1726177 to your computer and use it in GitHub Desktop.
rake routes
blogs GET /blogs(.:format) blogs#index
POST /blogs(.:format) blogs#create
new_blog GET /blogs/new(.:format) blogs#new
edit_blog GET /blogs/:id/edit(.:format) blogs#edit
blog GET /blogs/:id(.:format) blogs#show
PUT /blogs/:id(.:format) blogs#update
DELETE /blogs/:id(.:format) blogs#destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment