Class: Pipeloader::Batch::BatchProxy::WhereChain
- Inherits:
-
Object
- Object
- Pipeloader::Batch::BatchProxy::WhereChain
- Defined in:
- lib/pipeloader/batch/batch_proxy.rb
Overview
Backs bare ‘where` so `where.not(…)` / `.missing` / `.associated` chain: forward to the relation’s own WhereChain, then re-wrap the refined relation.
Instance Method Summary collapse
-
#initialize(proxy) ⇒ WhereChain
constructor
A new instance of WhereChain.
Constructor Details
#initialize(proxy) ⇒ WhereChain
Returns a new instance of WhereChain.
192 193 194 |
# File 'lib/pipeloader/batch/batch_proxy.rb', line 192 def initialize(proxy) @proxy = proxy end |