Refresh

This website rubydoc.info/github/plataformatec/devise/Devise%2FPasswordsController:after_sending_reset_password_instructions_path_for is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Method: Devise::PasswordsController#after_sending_reset_password_instructions_path_for

Defined in:
app/controllers/devise/passwords_controller.rb

#after_sending_reset_password_instructions_path_for(resource_name) ⇒ Object (protected)

The path used after sending reset password instructions

[View source] [View on GitHub]

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 is_navigational_format?
end