Class: Spooky::WebhooksController

Inherits:
ActionController::API
  • Object
show all
Defined in:
app/controllers/spooky/webhooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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