Methods

Class/Module Index [+]

Quicksearch

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.