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

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

module Ci
  class Partition < Ci::ApplicationRecord
  end
end