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

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

module API
  class Base < Grape::API::Instance # rubocop:disable API/Base
  end
end