Skip to content
  • George Claghorn's avatar
    b0287d06
    Extract ActionText::Record · b0287d06
    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
    b0287d06
    Extract ActionText::Record
    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
Loading