diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 89b23c1e9677497b549b40970fea51ba97cc6af5..b5d6da9dc8bacac5ac6a00ec456fc84c56581cca 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