Method: Devise::PasswordsController#after_sending_reset_password_instructions_path_for
- Defined in:
- app/controllers/devise/passwords_controller.rb
permalink #after_sending_reset_password_instructions_path_for(resource_name) ⇒ Object (protected)
The path used after sending reset password instructions
60 61 62 |
# File 'app/controllers/devise/passwords_controller.rb', line 60 def after_sending_reset_password_instructions_path_for(resource_name) new_session_path(resource_name) if end |