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

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