Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-15 18:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-15 18:09:07 +0300
commitf5c3f32975addd56fe8659f1c346d0e56f0b23d9 (patch)
tree9d6594793e656c52341a98d22d882d96d240433f /app/models/users_statistics.rb
parentc8b7a349bc50cff1e8ef18204042978476527b0b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/users_statistics.rb')
-rw-r--r--app/models/users_statistics.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/users_statistics.rb b/app/models/users_statistics.rb
index 37a430015e5..d724b06a996 100644
--- a/app/models/users_statistics.rb
+++ b/app/models/users_statistics.rb
@@ -70,3 +70,5 @@ class UsersStatistics < ApplicationRecord
end
end
end
+
+UsersStatistics.prepend_if_ee('EE::UsersStatistics')