From 89c79b8b9537b5ae8a4d3307e719b6ff6acef6f2 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 25 Jun 2007 22:42:19 +0000 Subject: Fix polymorphic has_one associations declared in an abstract class. Closes #8638. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7119 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 f6af09d87d..7373c62082 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix polymorphic has_one associations declared in an abstract class. #8638 [lifofifo, daxhuiberts] + * Fixed validates_associated should not stop on the first error #4276 [mrj/manfred/josh] * Rollback if commit raises an exception. #8642 [kik, Jeremy Kemper] -- cgit v1.2.3