module Authlogic::ActsAsAuthentic::RestfulAuthentication
This module is responsible for transitioning existing applications from the restful_authentication plugin.
Public Class Methods
included(klass)
click to toggle source
# File lib/authlogic/acts_as_authentic/restful_authentication.rb, line 5 def self.included(klass) klass.class_eval do extend Config include InstanceMethods end end