Class: Pipeloader::Batch::BatchProxy::WhereChain

Inherits:
Object
  • Object
show all
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

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