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:
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')