summaryrefslogtreecommitdiff
path: root/app/policies/alert_management/http_integration_policy.rb
blob: 77c936b9e0b554bfebde1d4b79759600156dbf07 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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