Module: Miscellany::ArbitraryPrefetch::ActiveRecordPatches::Relation::MergerPatch
- Defined in:
- lib/miscellany/active_record/arbitrary_prefetch.rb
Instance Method Summary collapse
Instance Method Details
#merge ⇒ Object
202 203 204 205 206 |
# File 'lib/miscellany/active_record/arbitrary_prefetch.rb', line 202 def merge super.tap do merge_prefetches end end |