Class: Authlogic::ControllerAdapters::MerbAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/authlogic/controller_adapters/merb_adapter.rb

Overview

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

Defined Under Namespace

Modules: MerbImplementation

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#controller

Method Summary

Methods inherited from AbstractAdapter

#authenticate_with_http_basic, #cookie_domain, #cookies, #initialize, #last_request_update_allowed?, #params, #request, #request_content_type, #responds_to_last_request_update_allowed?, #responds_to_single_access_allowed?, #session, #single_access_allowed?

Constructor Details

This class inherits a constructor from Authlogic::ControllerAdapters::AbstractAdapter

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Authlogic::ControllerAdapters::AbstractAdapter