Skip to content

Instantly share code, notes, and snippets.

@DriesS
Created October 31, 2011 11:08
Show Gist options
  • Select an option

  • Save DriesS/1327292 to your computer and use it in GitHub Desktop.

Select an option

Save DriesS/1327292 to your computer and use it in GitHub Desktop.
profile POST /profile(.:format) {:action=>"create", :controller=>"profiles"}
new_profile GET /profile/new(.:format) {:action=>"new", :controller=>"profiles"}
GET /profile/edit(.:format) {:action=>"edit", :controller=>"profiles"}
GET /profile(.:format) {:action=>"show", :controller=>"profiles"}
PUT /profile(.:format) {:action=>"update", :controller=>"profiles"}
DELETE /profile(.:format)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment