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