Class: WebhooksController

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

Instance Method Summary collapse

Instance Method Details

#g5_configuratorObject



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