Method: Devise::Models::Confirmable#skip_confirmation_notification!
- Defined in:
- lib/devise/models/confirmable.rb
#skip_confirmation_notification! ⇒ Object
Skips sending the confirmation/reconfirmation notification email after_create/after_update. Unlike #skip_confirmation!, record still requires confirmation.
161 162 163 |
# File 'lib/devise/models/confirmable.rb', line 161 def skip_confirmation_notification! @skip_confirmation_notification = true end |