Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@gitlab.com>2019-05-20 20:02:06 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-05-20 20:02:06 +0300
commit031379507258b7a0f16e5e9f3fc7d1572784f38f (patch)
treee233d52beb8b7b20768cec3507be2a6c7f76ded9 /lib/api/helpers/groups_helpers.rb
parent5e2d1eb8046e065a83ba4baef439cee8eb19aa3b (diff)
CE port of Move EE specific lines in API::Groups
Diffstat (limited to 'lib/api/helpers/groups_helpers.rb')
-rw-r--r--lib/api/helpers/groups_helpers.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/api/helpers/groups_helpers.rb b/lib/api/helpers/groups_helpers.rb
new file mode 100644
index 00000000000..ae677547760
--- /dev/null
+++ b/lib/api/helpers/groups_helpers.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+module API
+ module Helpers
+ module GroupsHelpers
+ extend ActiveSupport::Concern
+ end
+ end
+end