7 lines
133 B
Ruby
7 lines
133 B
Ruby
# frozen_string_literal: true
|
|
|
|
module AlertManagement
|
|
class AlertPolicy < ::BasePolicy
|
|
delegate { @subject.project }
|
|
end
|
|
end
|