method
source_records_by_owner
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Associations::Preloader::ThroughAssociation
source_records_by_owner()private
No documentation available.
# File activerecord/lib/active_record/associations/preloader/through_association.rb, line 90
def source_records_by_owner
@source_records_by_owner ||= source_preloaders.map(&:records_by_owner).reduce(:merge)
end