Module: Switchman::ActiveRecord::CollectionProxy

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

Instance Method Summary collapse

Instance Method Details

#initialize(*args) ⇒ Object



172
173
174
175
176
# File 'lib/switchman/active_record/association.rb', line 172

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

#shard(*args) ⇒ Object



178
179
180
# File 'lib/switchman/active_record/association.rb', line 178

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