Class: Spree::ShipwireWebhookController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Spree::ShipwireWebhookController
- Defined in:
- app/controllers/spree/shipwire_webhook_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#subscribe ⇒ Object
7 8 9 10 11 12 13 |
# File 'app/controllers/spree/shipwire_webhook_controller.rb', line 7 def subscribe if exists_in_post?("/shipwire_webhooks/#{params[:path]}") head :ok else head :not_found end end |