diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-11 21:10:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-11 21:10:21 +0000 |
commit | 0ae8428c8e77d5d7e098827be688b1f146321af1 (patch) | |
tree | cfc80aac796be0dd42ce32a1bd79c8327071993d /app/models/group.rb | |
parent | f020d5dc9bf42fe27b1451af34e7ab3a0c38d344 (diff) | |
download | gitlab-ce-0ae8428c8e77d5d7e098827be688b1f146321af1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/group.rb')
-rw-r--r-- | app/models/group.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/group.rb b/app/models/group.rb index b9bee1810a6..861be49cee5 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -861,4 +861,4 @@ class Group < Namespace end end -Group.prepend_if_ee('EE::Group') +Group.prepend_mod_with('Group') |