aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-04-25 05:51:12 +0000
committerRick Olson <technoweenie@gmail.com>2006-04-25 05:51:12 +0000
commit11d6ce738d7bfd02a3b4baff21f9f956098a7cb4 (patch)
tree08de23438546760d6c910f32c1407a25ba19c963 /activerecord
parentc61b10b62be9f57dd847242471b4a30da81f16d4 (diff)
downloadrails-11d6ce738d7bfd02a3b4baff21f9f956098a7cb4.tar.gz
rails-11d6ce738d7bfd02a3b4baff21f9f956098a7cb4.tar.bz2
rails-11d6ce738d7bfd02a3b4baff21f9f956098a7cb4.zip
always forget the changelog
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 89b23c1e96..b5d6da9dc8 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Raise error when trying to add to a has_many :through association. [Rick]
+* Raise error when trying to add to a has_many :through association. Use the Join Model instead. [Rick]
@post.tags << @tag # BAD
@post.taggings.create(:tag => @tag) # GOOD