Methods

Class/Module Index [+]

Quicksearch

Authlogic::Session::Activation::InstanceMethods

Public Class Methods

new(*args) click to toggle source

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.