Module Authlogic::ActsAsAuthentic::PersistenceToken::Methods::InstanceMethods
In: lib/authlogic/acts_as_authentic/persistence_token.rb

Instance level methods for the persistence token.

Methods

Public Instance methods

forget!()

Resets the persistence_token field to a random hex value.

Same as reset_persistence_token, but then saves the record.

[Validate]