Class: PlaidRails::WebhooksController

Inherits:
ApplicationController show all
Defined in:
app/controllers/plaid_rails/webhooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
8
# File 'app/controllers/plaid_rails/webhooks_controller.rb', line 5

def create
  @webhook = PlaidRails::Webhook.create!(webhook_params)
  render json: @webhook
end