Module: Authgasm::ControllerAdapters::RailsImplementation
- Defined in:
- lib/authgasm/controller_adapters/rails_adapter.rb
Overview
Rails Implementation
Lets Authgasm know about the controller object, AKA “activates” authgasm.
Class Method Summary collapse
-
.included(klass) ⇒ Object
:nodoc:.
Class Method Details
.included(klass) ⇒ Object
:nodoc:
27 28 29 |
# File 'lib/authgasm/controller_adapters/rails_adapter.rb', line 27 def self.included(klass) # :nodoc: klass.prepend_before_filter :set_controller end |