Class: Spooky::WebhooksController
- Inherits:
-
ActionController::API
- Object
- ActionController::API
- Spooky::WebhooksController
- Defined in:
- app/controllers/spooky/webhooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
5 6 7 8 |
# File 'app/controllers/spooky/webhooks_controller.rb', line 5 def create ActiveSupport::Notifications.instrument("webhook.spooky", payload: request.raw_post) {} head :ok end |