Method: Devise::Models::Confirmable#resend_confirmation_token
- Defined in:
- lib/devise/models/confirmable.rb
#resend_confirmation_token ⇒ Object
Resend confirmation token. This method does not need to generate a new token.
58 59 60 |
# File 'lib/devise/models/confirmable.rb', line 58 def resend_confirmation_token unless_confirmed { send_confirmation_instructions } end |