Class Authlogic::ControllerAdapters::RailsAdapter
In: lib/authlogic/controller_adapters/rails_adapter.rb
Parent: AbstractAdapter

Adapts authlogic to work with rails. The point is to close the gap between what authlogic expects and what the rails controller object provides. Similar to how ActiveRecord has an adapter for MySQL, PostgreSQL, SQLite, etc.

Methods

Classes and Modules

Module Authlogic::ControllerAdapters::RailsAdapter::RailsImplementation
Class Authlogic::ControllerAdapters::RailsAdapter::AuthlogicLoadedTooLateError

Public Instance methods

[Validate]