Method: Devise::PasswordsController#after_resetting_password_path_for
- Defined in:
- app/controllers/devise/passwords_controller.rb
permalink #after_resetting_password_path_for(resource) ⇒ Object (protected)
[View source] [View on GitHub]
55 56 57 |
# File 'app/controllers/devise/passwords_controller.rb', line 55 def after_resetting_password_path_for(resource) resource_class.sign_in_after_reset_password ? after_sign_in_path_for(resource) : new_session_path(resource_name) end |