From 11d6ce738d7bfd02a3b4baff21f9f956098a7cb4 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 25 Apr 2006 05:51:12 +0000 Subject: [PATCH] always forget the changelog git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 89b23c1e96774..b5d6da9dc8bac 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