Add ability to email announcements to all users (#33928)
This commit is contained in:
@@ -16,4 +16,8 @@ class AnnouncementPolicy < ApplicationPolicy
|
||||
def destroy?
|
||||
role.can?(:manage_announcements)
|
||||
end
|
||||
|
||||
def distribute?
|
||||
record.published? && !record.notification_sent? && role.can?(:manage_settings)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user