Module Devise::Models::Confirmable::ClassMethods
In: lib/devise/models/confirmable.rb

Methods

Public Instance methods

Find a user by its confirmation token and try to confirm it. If no user is found, returns a new user with an error. If the user is already confirmed, create an error for the user Options must have the confirmation_token

Generate a token checking if one does not already exist in the database.

Attempt to find a user by its email. If a record is found, send new confirmation instructions to it. If not user is found, returns a new user with an email not found error. Options must contain the user email

[Validate]