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 'lib/api/internal/base.rb')
-rw-r--r--lib/api/internal/base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/internal/base.rb b/lib/api/internal/base.rb
index 087985d34b0..cde7b0e1eea 100644
--- a/lib/api/internal/base.rb
+++ b/lib/api/internal/base.rb
@@ -271,3 +271,5 @@ module API
end
end
end
+
+API::Internal::Base.prepend_if_ee('EE::API::Internal::Base')