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
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.