From bdd88810c1edf8289801f88170eb5c9659b2f774 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Mar 2008 16:13:57 +0000 Subject: Fixed that has_many :through would ignore the hash conditions (closes #11447) [miloops] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9110 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index fe14ecd0f8..e8916b8d76 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that has_many :through would ignore the hash conditions #11447 [miloops] + * Fix issue where the :uniq option of a has_many :through association is ignored when find(:all) is called. Closes #9407 [cavalle] * Fix duplicate table alias error when including an association with a has_many :through association on the same join table. Closes #7310 [cavalle] -- cgit v1.2.3