From bacfa9d1cae4e3cb759ac20193be56923135d7be Mon Sep 17 00:00:00 2001 From: Andrew White Date: Fri, 22 Jun 2012 10:19:34 +0100 Subject: It's AR::Reflection not AR::Relation --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index d759b26c65..f2248efd71 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -32,7 +32,7 @@ *Andrew White* -* Move HABTM validity checks to ActiveRecord::Relation. One side effect of +* Move HABTM validity checks to ActiveRecord::Reflection. One side effect of this is to move when the exceptions are raised from the point of declaration to when the association is built. This is consistant with other association validity checks. -- cgit v1.2.3