summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kalderimis <alex.kalderimis@gmail.com>2019-08-15 14:16:29 +0100
committerAlex Kalderimis <alex.kalderimis@gmail.com>2019-08-15 14:16:29 +0100
commit922f21e23d60b965d83bd50b780cb9b33e8010c1 (patch)
tree54472d7e58925fc736ee55341e27ba163d94b735
parent76b345105a252a507c7993c95ab5f71316a89108 (diff)
downloadgitlab-ce-fix-broken-ee-master-prepend-todos-api.tar.gz
Adds EE prepend, which for some reason was missingfix-broken-ee-master-prepend-todos-api
-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 7260ecfb5ee..51772db3118 100644
--- a/lib/api/todos.rb
+++ b/lib/api/todos.rb
@@ -107,3 +107,5 @@ module API
end
end
end
+
+API::Todos.prepend_if_ee('EE::API::Todos')