Sha256: c081d195c8eb7dd3679a2077f810a9a815507e1920f0d336d6895ea44ca6033e
Contents?: true
Size: 271 Bytes
Versions: 21
Compression:
Stored size: 271 Bytes
Contents
module Partitioned class PartitionedBase < ActiveRecord::Base # the configuration manager for partitioning. # it supports, the front-end UI (a DSL) using {Dsl} # state using {Data} # and a parser using {Reader} module Configurator end end end
Version data entries
21 entries across 21 versions & 1 rubygems