diff options
author | Alex Kalderimis <alex.kalderimis@gmail.com> | 2019-08-15 14:16:29 +0100 |
---|---|---|
committer | Alex Kalderimis <alex.kalderimis@gmail.com> | 2019-08-15 14:16:29 +0100 |
commit | 922f21e23d60b965d83bd50b780cb9b33e8010c1 (patch) | |
tree | 54472d7e58925fc736ee55341e27ba163d94b735 /lib/api | |
parent | 76b345105a252a507c7993c95ab5f71316a89108 (diff) | |
download | gitlab-ce-922f21e23d60b965d83bd50b780cb9b33e8010c1.tar.gz |
Adds EE prepend, which for some reason was missingfix-broken-ee-master-prepend-todos-api
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/todos.rb | 2 |
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') |