gitlab-org--gitlab-foss/app/policies/alert_management/http_integration_policy.rb

8 lines
143 B
Ruby

# frozen_string_literal: true
module AlertManagement
class HttpIntegrationPolicy < ::BasePolicy
delegate { @subject.project }
end
end