Module: OAuth::Controllers::ApplicationControllerMethods
- Defined in:
- lib/oauth/controllers/application_controller_methods.rb
Defined Under Namespace
Modules: ClassMethods Classes: Authenticator, Filter
Class Method Summary collapse
Class Method Details
.included(controller) ⇒ Object
6 7 8 9 10 |
# File 'lib/oauth/controllers/application_controller_methods.rb', line 6 def self.included(controller) controller.class_eval do extend ClassMethods end end |