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