Method: Devise::Models::Confirmable#skip_reconfirmation!
- Defined in:
- lib/devise/models/confirmable.rb
#skip_reconfirmation! ⇒ Object
If you don’t want reconfirmation to be sent, neither a code to be generated, call skip_reconfirmation!
167 168 169 |
# File 'lib/devise/models/confirmable.rb', line 167 def skip_reconfirmation! @bypass_confirmation_postpone = true end |