Module: Switchman::ActiveRecord::CollectionProxy
- Defined in:
- lib/switchman/active_record/association.rb
Instance Method Summary collapse
Instance Method Details
#initialize(*args) ⇒ Object
175 176 177 178 179 |
# File 'lib/switchman/active_record/association.rb', line 175 def initialize(*args) super self.shard_value = scope.shard_value self.shard_source_value = :association end |
#shard(*args) ⇒ Object
181 182 183 |
# File 'lib/switchman/active_record/association.rb', line 181 def shard(*args) scope.shard(*args) end |