Module Devise::Models::Rememberable::ClassMethods
In: lib/devise/models/rememberable.rb

Methods

Public Instance methods

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

Recreate the user based on the stored cookie

Create the cookie key using the record id and remember_token

[Validate]