Sha256: d621b27aaa2dedf897f66ebba549d6a4a508fccc9a568693bd957b966433bb30
Contents?: true
Size: 308 Bytes
Versions: 20
Compression:
Stored size: 308 Bytes
Contents
module ActiveRecord module Associations class Preloader class HasMany < CollectionAssociation #:nodoc: def association_key_name reflection.foreign_key end def owner_key_name reflection.active_record_primary_key end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems