Method: Devise::UnlocksController#after_sending_unlock_instructions_path_for
- Defined in:
- app/controllers/devise/unlocks_controller.rb
#after_sending_unlock_instructions_path_for(resource) ⇒ Object (protected)
The path used after sending unlock password instructions
40 41 42 |
# File 'app/controllers/devise/unlocks_controller.rb', line 40 def after_sending_unlock_instructions_path_for(resource) new_session_path(resource) if end |