maestrano/mno-enterprise

View on GitHub
frontend/app/controllers/mno_enterprise/webhook/o_auth_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module MnoEnterprise
  class Webhook::OAuthController < ApplicationController
    include MnoEnterprise::Concerns::Controllers::Webhook::OAuthController
    layout 'mno_enterprise/public', only: [:authorize]
  end
end