From c5536f9f00c7ead30de8d3d2f12d6d8fe2b79a3c Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 16 Oct 2006 15:42:55 +0000 Subject: Fix has_many :through to add the appropriate conditions when going through an association using STI. Closes #5783. [Jonathan Viney] (sorry, forgot to commit the actual files) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5310 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 cef8bccba1..babc15361b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix has_many :through to add the appropriate conditions when going through an association using STI. Closes #5783. [Jonathan Viney] + * fix select_limited_ids_list issues in postgresql, retain current behavior in other adapters [Rick] * Restore eager condition interpolation, document it's differences [Rick] -- cgit v1.2.3