debian-mirror-gitlab/app/policies/prometheus_alert_policy.rb
2020-10-24 23:57:45 +05:30

6 lines
110 B
Ruby

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