always forget the changelog

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Rick Olson 2006-04-25 05:51:12 +00:00
parent c61b10b62b
commit 11d6ce738d
1 changed files with 1 additions and 1 deletions

View File

@ -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