summaryrefslogtreecommitdiff
path: root/app/models/user_detail.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/user_detail.rb
parentf020d5dc9bf42fe27b1451af34e7ab3a0c38d344 (diff)
downloadgitlab-ce-0ae8428c8e77d5d7e098827be688b1f146321af1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/user_detail.rb')
-rw-r--r--app/models/user_detail.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user_detail.rb b/app/models/user_detail.rb
index 6b64f583927..458764632ed 100644
--- a/app/models/user_detail.rb
+++ b/app/models/user_detail.rb
@@ -32,4 +32,4 @@ class UserDetail < ApplicationRecord
end
end
-UserDetail.prepend_if_ee('EE::UserDetail')
+UserDetail.prepend_mod_with('UserDetail')