Module: PartitionGardener::Migration::HotSwitchConcern::ClassMethods
- Defined in:
- lib/partition_gardener/migration/hot_switch_concern.rb
Instance Method Summary collapse
Instance Method Details
#hot_switch_partition_config(table_name) ⇒ Object
19 20 21 |
# File 'lib/partition_gardener/migration/hot_switch_concern.rb', line 19 def hot_switch_partition_config(table_name) PartitionGardener::Registry.hot_switch_partition_config(table_name) end |