summaryrefslogtreecommitdiff
path: root/app/models/broadcast_message.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-11 21:10:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-11 21:10:21 +0000
commit0ae8428c8e77d5d7e098827be688b1f146321af1 (patch)
treecfc80aac796be0dd42ce32a1bd79c8327071993d /app/models/broadcast_message.rb
parentf020d5dc9bf42fe27b1451af34e7ab3a0c38d344 (diff)
downloadgitlab-ce-0ae8428c8e77d5d7e098827be688b1f146321af1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/broadcast_message.rb')
-rw-r--r--app/models/broadcast_message.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/broadcast_message.rb b/app/models/broadcast_message.rb
index e99362c502b..1ee5c081840 100644
--- a/app/models/broadcast_message.rb
+++ b/app/models/broadcast_message.rb
@@ -127,4 +127,4 @@ class BroadcastMessage < ApplicationRecord
end
end
-BroadcastMessage.prepend_if_ee('EE::BroadcastMessage')
+BroadcastMessage.prepend_mod_with('BroadcastMessage')