Methods

Class/Module Index [+]

Quicksearch

Authlogic::Session::Scopes::InstanceMethods

Public Class Methods

new(*args) click to toggle source

Setting the scope if it exists upon instantiation.

# File lib/authlogic/session/scopes.rb, line 77
def initialize(*args)
  self.scope = self.class.scope
  super
end

Public Instance Methods

scope() click to toggle source

The scope of the current object

# File lib/authlogic/session/scopes.rb, line 83
def scope
  @scope ||= {}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.