-
George Claghorn authored
Permit applications to hack in custom DB config for ActionText::RichText until AT has first-class multi-DB support: ActiveSupport.on_load(:action_text_record) do connects_to reading: :action_text_replica, writing: :action_text_primary end
George Claghorn authoredPermit applications to hack in custom DB config for ActionText::RichText until AT has first-class multi-DB support: ActiveSupport.on_load(:action_text_record) do connects_to reading: :action_text_replica, writing: :action_text_primary end
Loading