Module Authlogic::Session::ActiveRecordTrickery::ClassMethods
In: lib/authlogic/session/active_record_trickery.rb

Methods

Public Instance methods

How to name the attributes of Authlogic, works JUST LIKE ActiveRecord, but instead it uses the following namespace:

  authlogic.attributes.user_session.login

How to name the class, works JUST LIKE ActiveRecord, except it uses the following namespace:

  authlogic.models.user_session

For rails >= 3.0

For rails >= 2.3, mispelling fixed

[Validate]