This module is responsible for maintaining the single_access token. For
more information the single access token and how to use it, see the Authlogic::Session::Params module.
Public Class Methods
included(klass)click to toggle source
# File lib/authlogic/acts_as_authentic/single_access_token.rb, line 6defself.included(klass)
klass.class_evaldoextendConfigadd_acts_as_authentic_module(Methods)
endend