Class: ActionHooks::WebhookController

Inherits:
ActionController::API
  • Object
show all
Includes:
WebhookControllerBehavior
Defined in:
lib/action_hooks/webhook_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



7
8
9
10
# File 'lib/action_hooks/webhook_controller.rb', line 7

def create
  process_webhook(@webhook_request)
  head :ok
end