method
middle_records
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::Preloader::ThroughAssociation
middle_records()private
No documentation available.
# File activerecord/lib/active_record/associations/preloader/through_association.rb, line 76
def middle_records
through_preloaders.flat_map(&:preloaded_records)
end