Module Authlogic::Session::Klass::InstanceMethods
In: lib/authlogic/session/klass.rb

Methods

new  

Public Class methods

Creating an alias method for the "record" method based on the klass name, so that we can do:

  session.user

instead of:

  session.record

[Validate]