Class: PlaidRails::WebhooksController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- PlaidRails::WebhooksController
- Defined in:
- app/controllers/plaid_rails/webhooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
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 |