Class: NoCheckout::WebhooksController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- NoCheckout::WebhooksController
- Defined in:
- app/controllers/nocheckout/webhooks_controller.rb
Direct Known Subclasses
Constant Summary collapse
- UnhandledWebhookError =
Raised when a method is not implemented on the webhook that’s needed to handle the hook.
Class.new(RuntimeError)
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
11 12 13 14 |
# File 'app/controllers/nocheckout/webhooks_controller.rb', line 11 def create dispatch_webhook head :no_content end |