From 5f06c483ca6a0434409aa12ec272654bc26735dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Fri, 16 Dec 2005 23:24:58 +0000 Subject: Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3315 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index df060b1c6d..de9e986861 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model [Tobias Luetke] + * MySQL: allow encoding option for mysql.rb driver. [Jeremy Kemper] * Added option inheritance for find calls on has_and_belongs_to_many and has_many assosociations [DHH]. Example: -- cgit v1.2.3