Class: WebhooksController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- WebhooksController
- Defined in:
- app/controllers/webhooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#g5_configurator ⇒ Object
2 3 4 5 |
# File 'app/controllers/webhooks_controller.rb', line 2 def g5_configurator Sibling::Instruction.async_consume_feed render json: {}, status: :ok end |