Module: Authlogic::ActsAsAuthentic::RestfulAuthentication

Defined in:
lib/authlogic/acts_as_authentic/restful_authentication.rb

Overview

This module is responsible for transitioning existing applications from the restful_authentication plugin.

Defined Under Namespace

Modules: Config, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



5
6
7
8
9
10
# 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