Class: DuodealerApp::WebhooksController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- DuodealerApp::WebhooksController
- Includes:
- WebhookVerification
- Defined in:
- app/controllers/duodealer_app/webhooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#receive ⇒ Object
9 10 11 12 13 14 |
# File 'app/controllers/duodealer_app/webhooks_controller.rb', line 9 def receive params.permit! job_args = { account_domain: account_domain, webhook: webhook_params.to_h } webhook_job_klass.perform_later(job_args) head :no_content end |