Making sure we are activated before we start creating objects
# File lib/authlogic/session/activation.rb, line 46 def initialize(*args) raise NotActivatedError.new(self) unless self.class.activated? super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.