class ActionController::Base
Public Class Methods
is_unlock_gateway()
click to toggle source
Extends and includes UnlockGateway::Controller
class and instance methods, preparing a controller to be an unlock gateway controller
# File lib/unlock_gateway.rb, line 20 def self.is_unlock_gateway extend UnlockGateway::Controller::ClassMethods include UnlockGateway::Controller end