From d9d22c7596118051ba8908c163c797b90cca7aa3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Jul 2005 08:21:22 +0000 Subject: Fixed that single-table inheritance sub-classes couldn't be used to limit the result set with eager loading #1215 [Chris McGrath] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1619 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/categories_posts.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'activerecord/test/fixtures/categories_posts.yml') diff --git a/activerecord/test/fixtures/categories_posts.yml b/activerecord/test/fixtures/categories_posts.yml index 04eeb8f46c..0d77d8c05f 100644 --- a/activerecord/test/fixtures/categories_posts.yml +++ b/activerecord/test/fixtures/categories_posts.yml @@ -9,3 +9,11 @@ technology_welcome: general_thinking: category_id: 1 post_id: 2 + +general_sti_habtm: + category_id: 1 + post_id: 6 + +sti_test_sti_habtm: + category_id: 3 + post_id: 6 -- cgit v1.2.3