module Tablature::Model::ListPartitionMethods

Public Instance Methods

create_list_partition(options) click to toggle source
# File lib/tablature/model.rb, line 4
def create_list_partition(options)
  Tablature.database.create_list_partition_of(tablature_partition.name, options)
end