aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2012-06-22 10:19:34 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2012-06-22 10:19:34 +0100
commitbacfa9d1cae4e3cb759ac20193be56923135d7be (patch)
tree71836e509ff3681ec244da3e792d5d34049bfdb0 /activerecord
parent46492949b8c09f99db78b9f7a02d039e7bc6a702 (diff)
downloadrails-bacfa9d1cae4e3cb759ac20193be56923135d7be.tar.gz
rails-bacfa9d1cae4e3cb759ac20193be56923135d7be.tar.bz2
rails-bacfa9d1cae4e3cb759ac20193be56923135d7be.zip
It's AR::Reflection not AR::Relation
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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.