Class/Module Index [+]

Quicksearch

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 51
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 56
def to_model
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.