Methods

Class/Module Index [+]

Quicksearch

Authlogic::Session::Persistence

Responsible for allowing you to persist your sessions.

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.