Module: AdminChangedPasswordNotifier
- Extended by:
- ActiveSupport::Concern
- Included in:
- User
- Defined in:
- app/models/concerns/admin_changed_password_notifier.rb
Instance Method Summary collapse
Instance Method Details
#send_only_admin_changed_your_password_notification! ⇒ Object
39 40 41 42 |
# File 'app/models/concerns/admin_changed_password_notifier.rb', line 39 def send_only_admin_changed_your_password_notification! skip_password_change_notification! # skip sending the default Devise 'password changed' notification allow_admin_changed_your_password_notification! end |