Module: Authlogic::ActsAsAuthentic::PersistenceToken
- Defined in:
- lib/novelys_authlogic/acts_as_authentic/persistence_token.rb
Overview
Maintains the persistence token, the token responsible for persisting sessions. This token gets stores in the session and the cookie.
Defined Under Namespace
Modules: Methods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
6 7 8 9 10 |
# File 'lib/novelys_authlogic/acts_as_authentic/persistence_token.rb', line 6 def self.included(klass) klass.class_eval do add_acts_as_authentic_module(Methods) end end |