From 8d3ff3abc757dee8c6538c1f26f839882786a5cc Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 12 Jan 2007 05:33:09 +0000 Subject: acts_as_nested_set works with single-table inheritance. Closes #6030. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5889 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 1c6988765c..513179931a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* acts_as_nested_set works with single-table inheritance. #6030 [Josh Susser] + * PostgreSQL: use a subselect to correctly perform eager finds with :limit and :order. #4668 [eventualbuddha] * Pass a range in :conditions to use the SQL BETWEEN operator. #6974 [dcmanges] -- cgit v1.2.3