aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/essay.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support for :primary_key option on the source reflection of a through ↵Jon Leighton2010-10-191-1/+2
| | | | association, where the source is a has_one or has_many
* Respect the :primary_key option on the through_reflection of (non-nested) ↵Jon Leighton2010-10-191-0/+1
| | | | through associations
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+3
[#765 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>