Skip to content

Instantly share code, notes, and snippets.

@frankjmattia
Created August 25, 2010 06:59
Show Gist options
  • Save frankjmattia/548994 to your computer and use it in GitHub Desktop.
Save frankjmattia/548994 to your computer and use it in GitHub Desktop.
user_session_new GET /users/sign_in(.:format) {:action=>"new", :controller=>"devise/sessions"}
user_session POST /users/sign_in(.:format) {:action=>"create", :controller=>"devise/sessions"}
user_session_destroy GET /users/sign_out(.:format) {:action=>"destroy", :controller=>"devise/sessions"}
POST /users/password(.:format) {:action=>"create", :controller=>"devise/passwords"}
new_user_password GET /users/password/new(.:format) {:action=>"new", :controller=>"devise/passwords"}
edit_user_password GET /users/password/edit(.:format) {:action=>"edit", :controller=>"devise/passwords"}
user_password PUT /users/password(.:format) {:action=>"update", :controller=>"devise/passwords"}
cancel_user_registration GET /users/cancel(.:format) {:action=>"cancel", :controller=>"users/registrations"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment