Module: Miscellany::ArbitraryPrefetch::ActiveRecordPatches::Relation::MergerPatch
- Defined in:
- lib/miscellany/active_record/arbitrary_prefetch.rb
Instance Method Summary collapse
Instance Method Details
#merge ⇒ Object
135 136 137 138 139 |
# File 'lib/miscellany/active_record/arbitrary_prefetch.rb', line 135 def merge super.tap do merge_prefetches end end |