aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/through_association.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Have a proper AssociationReflection#foreign_type method rather than using ↵Jon Leighton2011-01-031-2/+2
| | | | options[:foreign_type]
* Rename AssociationReflection#primary_key_name to foreign_key, since the ↵Jon Leighton2010-12-311-5/+5
| | | | options key which it relates to is :foreign_key
* Refactor BelongsToAssociation to allow BelongsToPolymorphicAssociation to ↵Jon Leighton2010-12-311-2/+0
| | | | inherit from it
* Add a HasAssociation module for common code for has_* associationsJon Leighton2010-12-261-0/+169