-
George Claghorn authored
Permit applications to hack in custom DB config for ASt models until ASt has first-class multi-DB support: ActiveSupport.on_load(:active_storage_record) do connects_to reading: :active_storage_replica, writing: :active_storage_primary end rebase
George Claghorn authoredPermit applications to hack in custom DB config for ASt models until ASt has first-class multi-DB support: ActiveSupport.on_load(:active_storage_record) do connects_to reading: :active_storage_replica, writing: :active_storage_primary end rebase
Loading