class Prism::Relocation::Repository

def columns

Configure the columns field for this repository and return self.
def columns
  field(:columns, ColumnsField.new)
end