Module: ActiveRecordShards::DefaultReplicaPatches::AssociationsAssociationAssociationScopePatch
- Defined in:
- lib/active_record_shards/default_replica_patches.rb
Instance Method Summary collapse
Instance Method Details
#association_scope ⇒ Object
143 144 145 146 147 148 149 |
# File 'lib/active_record_shards/default_replica_patches.rb', line 143 def association_scope if klass on_replica_unless_tx { super } else super end end |
#on_replica_unless_tx ⇒ Object
151 152 153 |
# File 'lib/active_record_shards/default_replica_patches.rb', line 151 def on_replica_unless_tx klass.on_replica_unless_tx { yield } end |