Sha256: 2ee748f7b86ff5fe7fc28daf1f230bd04b97c43361867fda01f3da204a731830

Contents?: true

Size: 353 Bytes

Versions: 5

Compression:

Stored size: 353 Bytes

Contents

module MnoEnterprise
  # The object received on this controller looks like  Parameters: {"event"=>"", "object"=>{}, "metadata"={}}
  class Webhook::EventsController < ApplicationController
    include MnoEnterprise::Concerns::Controllers::Webhook::EventsController
    # You can easily overwrite/extend this concern by inserting the code here
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/controllers/mno_enterprise/webhook/events_controller.rb
mno-enterprise-api-3.3.3 app/controllers/mno_enterprise/webhook/events_controller.rb
mno-enterprise-api-3.3.2 app/controllers/mno_enterprise/webhook/events_controller.rb
mno-enterprise-api-3.3.1 app/controllers/mno_enterprise/webhook/events_controller.rb
mno-enterprise-api-3.3.0 app/controllers/mno_enterprise/webhook/events_controller.rb