Method: Devise::Models::DatabaseAuthenticatable#skip_email_changed_notification!
- Defined in:
- lib/devise/models/database_authenticatable.rb
#skip_email_changed_notification! ⇒ Object
Skips sending the email changed notification after_update
49 50 51 |
# File 'lib/devise/models/database_authenticatable.rb', line 49 def skip_email_changed_notification! @skip_email_changed_notification = true end |