module BearerRails::Webhook::ClassMethods

Public Instance Methods

integration_handler(handler) click to toggle source
# File lib/bearer-rails/webhook.rb, line 25
def integration_handler(handler)
  BearerRails::Webhook.registry.push(class: self, handler: handler)
end