module UnlockGateway

Constants

VERSION

Public Class Methods

register(module_name) click to toggle source

Registers the gateway with unlock's Gateway model

# File lib/unlock_gateway.rb, line 9
def self.register(module_name)
  begin
    Gateway.register module_name
  rescue
  end
end