isuPatches/sidekiq-process-health-check

View on GitHub
app/controllers/concerns/sidekiq/process_health/check/mountable_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Sidekiq
  module ProcessHealth
    module Check
      class MountableController < ApplicationController
        respond_to :json
        include Sidekiq::ProcessHealth::Check::Controller
      end
    end
  end
end