summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-08-15 14:41:17 +0000
committerStan Hu <stanhu@gmail.com>2019-08-15 14:41:17 +0000
commit0495615502198e208fb9cb50d29adf26525b9b17 (patch)
tree3131ad857d24124567cb97655096817a32c7e21a
parent36a729f05f1b9c2b3935b9d121b8fe3172ce5cc1 (diff)
parent922f21e23d60b965d83bd50b780cb9b33e8010c1 (diff)
downloadgitlab-ce-0495615502198e208fb9cb50d29adf26525b9b17.tar.gz
Merge branch 'fix-broken-ee-master-prepend-todos-api' into 'master'
Adds EE prepend, which for some reason was missing See merge request gitlab-org/gitlab-ce!31851
-rw-r--r--lib/api/todos.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/todos.rb b/lib/api/todos.rb
index 526b5216e15..404675bfaec 100644
--- a/lib/api/todos.rb
+++ b/lib/api/todos.rb
@@ -110,3 +110,5 @@ module API
end
end
end
+
+API::Todos.prepend_if_ee('EE::API::Todos')