Module: Authlogic::ActsAsAuthentic::SingleAccessToken
- Defined in:
- lib/authlogic/acts_as_authentic/single_access_token.rb
Overview
This module is responsible for maintaining the single_access token. For more information the single access token and how to use it, see “Params” in ‘Session::Base`.
Defined Under Namespace
Class Method Summary collapse
Class Method Details
permalink .included(klass) ⇒ Object
[View source]
9 10 11 12 13 14 |
# File 'lib/authlogic/acts_as_authentic/single_access_token.rb', line 9 def self.included(klass) klass.class_eval do extend Config add_acts_as_authentic_module(Methods) end end |