module Authlogic::Session::ActiveRecordTrickery::InstanceMethods

Public Instance Methods

new_record?() click to toggle source

Don't use this yourself, this is to just trick some of the helpers since this is the method it calls.

# File lib/authlogic/session/active_record_trickery.rb, line 61
def new_record?
  new_session?
end
to_model() click to toggle source

For rails >= 3.0

# File lib/authlogic/session/active_record_trickery.rb, line 66
def to_model
  self
end