summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')