Method: ActiveRecord::Turntable::Mixer::Fader::SpecifiedShard#execute
- Defined in:
- lib/active_record/turntable/mixer/fader/specified_shard.rb
#execute ⇒ Object
5 6 7 8 9 10 |
# File 'lib/active_record/turntable/mixer/fader/specified_shard.rb', line 5 def execute shard, query = @shards_query_hash.first @proxy.with_shard(shard) do shard.connection.send(@called_method, query, *@args, &@block) end end |