From 5dee6ce9e0e31c86c4319c17a1ee551832ecb7a8 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 28 Feb 2008 20:42:01 +0000 Subject: Fix that batched :include would pull in duplicate records in some cases. Closes #11215 [Catfish] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8942 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/people.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'activerecord/test/fixtures') diff --git a/activerecord/test/fixtures/people.yml b/activerecord/test/fixtures/people.yml index 22c64afb70..d5a69e561d 100644 --- a/activerecord/test/fixtures/people.yml +++ b/activerecord/test/fixtures/people.yml @@ -1,3 +1,6 @@ michael: id: 1 - first_name: Michael \ No newline at end of file + first_name: Michael +david: + id: 2 + first_name: David \ No newline at end of file -- cgit v1.2.3