Module: Switchman::ActiveRecord::Associations::CollectionProxy

Defined in:
lib/switchman/active_record/associations.rb

Instance Method Summary collapse

Instance Method Details

#initialize(*args) ⇒ Object



282
283
284
285
286
# File 'lib/switchman/active_record/associations.rb', line 282

def initialize(*args)
  super
  self.shard_value = scope.shard_value
  self.shard_source_value = :association
end

#shard(*args) ⇒ Object



288
289
290
# File 'lib/switchman/active_record/associations.rb', line 288

def shard(*args)
  scope.shard(*args)
end