summaryrefslogtreecommitdiff
path: root/lib/api/helpers/protected_branches_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/protected_branches_helpers.rb')
-rw-r--r--lib/api/helpers/protected_branches_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/helpers/protected_branches_helpers.rb b/lib/api/helpers/protected_branches_helpers.rb
index 0fc6841d79a..970a3687214 100644
--- a/lib/api/helpers/protected_branches_helpers.rb
+++ b/lib/api/helpers/protected_branches_helpers.rb
@@ -11,3 +11,5 @@ module API
end
end
end
+
+API::Helpers::ProtectedBranchesHelpers.prepend_if_ee('EE::API::Helpers::ProtectedBranchesHelpers')