6 lines
93 B
Ruby
6 lines
93 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Ci
|
|
class Partition < Ci::ApplicationRecord
|
|
end
|
|
end
|