# File lib/authlogic/acts_as_authentic/restful_authentication.rb, line 51 def act_like_restful_authentication? self.class.act_like_restful_authentication == true end
# File lib/authlogic/acts_as_authentic/restful_authentication.rb, line 55 def transition_from_restful_authentication? self.class.transition_from_restful_authentication == true end