From 63e8e2c3316ddca8f1dc868d0394f0a8a54e7dc6 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Wed, 29 May 2019 12:49:56 +0000 Subject: CE port of Move EE specific lines in API::ProtectedBranches --- lib/api/helpers/protected_branches_helpers.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/api/helpers/protected_branches_helpers.rb (limited to 'lib/api/helpers/protected_branches_helpers.rb') diff --git a/lib/api/helpers/protected_branches_helpers.rb b/lib/api/helpers/protected_branches_helpers.rb new file mode 100644 index 00000000000..0fc6841d79a --- /dev/null +++ b/lib/api/helpers/protected_branches_helpers.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module API + module Helpers + module ProtectedBranchesHelpers + extend ActiveSupport::Concern + extend Grape::API::Helpers + + params :optional_params_ee do + end + end + end +end -- cgit v1.2.1