Method: Devise::Models::DatabaseAuthenticatable#send_password_change_notification
- Defined in:
- lib/devise/models/database_authenticatable.rb
#send_password_change_notification ⇒ Object
135 136 137 |
# File 'lib/devise/models/database_authenticatable.rb', line 135 def send_password_change_notification send_devise_notification(:password_change) end |