debian-mirror-gitlab/app/policies/alert_management/alert_policy.rb

8 lines
133 B
Ruby
Raw Normal View History

2020-05-24 23:13:21 +05:30
# frozen_string_literal: true
module AlertManagement
class AlertPolicy < ::BasePolicy
delegate { @subject.project }
end
end