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

groups_helpers.rb « helpers « api « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae677547760b56dc5a54dc3cc9666ad07d49cf01 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module API
  module Helpers
    module GroupsHelpers
      extend ActiveSupport::Concern
    end
  end
end