Class | Devise::Strategies::Rememberable |
In: |
lib/devise/strategies/rememberable.rb
|
Parent: | Authenticatable |
Remember the user through the remember token. This strategy is responsible to verify whether there is a cookie with the remember token, and to recreate the user from this cookie if it exists. Must be called before authenticatable.