module Authlogic::ControllerAdapters::MerbAdapter::MerbImplementation

Lets Authlogic know about the controller object via a before filter, AKA “activates” authlogic.

Public Instance Methods

Private Instance Methods

activate_authlogic() click to toggle source
# File lib/authlogic/controller_adapters/merb_adapter.rb, line 17
def activate_authlogic
  Authlogic::Session::Base.controller = MerbAdapter.new(self)
end