Sha256: 29365adee3bae7abc6b57bbbd0d081311f715de3bdd8c529ebdb3c254aeaf8b6
Contents?: true
Size: 336 Bytes
Versions: 353
Compression:
Stored size: 336 Bytes
Contents
module ActiveRecord module Associations class Preloader class BelongsTo < SingularAssociation #:nodoc: def association_key_name reflection.options[:primary_key] || klass && klass.primary_key end def owner_key_name reflection.foreign_key end end end end end
Version data entries
353 entries across 317 versions & 24 rubygems