Class: Spree::Admin::DoordashWebhookEventsController
- Inherits:
-
ResourceController
- Object
- ResourceController
- Spree::Admin::DoordashWebhookEventsController
- Defined in:
- app/controllers/spree/admin/doordash_webhook_events_controller.rb
Overview
Read-only support/diagnostic view of every inbound DoorDash webhook — what arrived, whether it processed, and the error if it didn't.
Instance Method Summary collapse
Instance Method Details
#model_class ⇒ Object
6 7 8 |
# File 'app/controllers/spree/admin/doordash_webhook_events_controller.rb', line 6 def model_class SpreeDoordash::WebhookEvent end |