Module: Switchman::ActiveRecord::CollectionProxy
- Defined in:
- lib/switchman/active_record/association.rb
Instance Method Summary collapse
Instance Method Details
#shard(*args) ⇒ Object
102 103 104 |
# File 'lib/switchman/active_record/association.rb', line 102 def shard(*args) scoped.shard(*args) end |