Skip to content

Commit

Permalink
always forget the changelog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
technoweenie committed Apr 25, 2006
1 parent c61b10b commit 11d6ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 11d6ce7

Please sign in to comment.