Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/unlock_gateway.rb
Class Method Summary collapse
-
.is_unlock_gateway ⇒ Object
Extends and includes UnlockGateway::Controller class and instance methods, preparing a controller to be an unlock gateway controller.
Class Method Details
.is_unlock_gateway ⇒ Object
Extends and includes UnlockGateway::Controller class and instance methods, preparing a controller to be an unlock gateway controller
20 21 22 23 |
# File 'lib/unlock_gateway.rb', line 20 def self.is_unlock_gateway extend UnlockGateway::Controller::ClassMethods include UnlockGateway::Controller end |