maestrano/mno-enterprise

View on GitHub
api/app/controllers/mno_enterprise/webhook/events_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
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