1# frozen_string_literal: true
2
3module AlertManagement
4  class AlertPolicy < ::BasePolicy
5    delegate { @subject.project }
6  end
7end
8