Methods

Class/Module Index [+]

Quicksearch

Authlogic::Session::Activation

Activating Authlogic requires that you pass it an Authlogic::ControllerAdapters::AbstractAdapter object, or a class that extends it. This is sort of like a database connection for an ORM library, Authlogic can't do anything until it is "connected" to a controller. If you are using a supported framework, Authlogic takes care of this for you.

Public Class Methods

included(klass) click to toggle source
# File lib/authlogic/session/activation.rb, line 13
def self.included(klass)
  klass.class_eval do
    extend ClassMethods
    include InstanceMethods
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.