module Authlogic::ActsAsAuthentic::PersistenceToken
Maintains the persistence token, the token responsible for persisting sessions. This token gets stored in the session and the cookie.
Public Class Methods
included(klass)
click to toggle source
# File lib/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