summaryrefslogtreecommitdiff
path: root/app/policies/prometheus_alert_policy.rb
blob: e6b0e6e8c171f30b32e4c8c665386b7ffa5567dd (plain)
1
2
3
4
5
# frozen_string_literal: true

class PrometheusAlertPolicy < ::BasePolicy
  delegate { @subject.project }
end