From fdd268138a062b45aa126c21ee3d5579f01c3f2e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 Apr 2005 15:49:49 +0000 Subject: Made eager loading work with inheritance hierarchies #1065 [Ryan Carver] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/comments.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'activerecord/test/fixtures/comments.yml') diff --git a/activerecord/test/fixtures/comments.yml b/activerecord/test/fixtures/comments.yml index f970806b0b..9c442cf794 100644 --- a/activerecord/test/fixtures/comments.yml +++ b/activerecord/test/fixtures/comments.yml @@ -2,13 +2,16 @@ greetings: id: 1 post_id: 1 body: Thank you for the welcome + type: Comment more_greetings: id: 2 post_id: 1 body: Thank you again for the welcome - + type: Comment + does_it_hurt: id: 3 post_id: 2 - body: Don't think too hard \ No newline at end of file + body: Don't think too hard + type: SpecialComment \ No newline at end of file -- cgit v1.2.3