module Authlogic::ActsAsAuthentic::RestfulAuthentication::InstanceMethods

Private Instance Methods

act_like_restful_authentication?() click to toggle source
# File lib/authlogic/acts_as_authentic/restful_authentication.rb, line 51
def act_like_restful_authentication?
  self.class.act_like_restful_authentication == true
end
transition_from_restful_authentication?() click to toggle source
# File lib/authlogic/acts_as_authentic/restful_authentication.rb, line 55
def transition_from_restful_authentication?
  self.class.transition_from_restful_authentication == true
end