From f2546164d6eb9302d1ff5d36939d128b8f96feb1 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Mon, 18 Feb 2008 00:14:54 +0000 Subject: Make dynamic finders respect the :include on HasManyThrough associations. Closes #10998. [cpytel] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8890 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/readers.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/test/fixtures') diff --git a/activerecord/test/fixtures/readers.yml b/activerecord/test/fixtures/readers.yml index 6ed73c9ec3..8a6076655b 100644 --- a/activerecord/test/fixtures/readers.yml +++ b/activerecord/test/fixtures/readers.yml @@ -2,3 +2,8 @@ michael_welcome: id: 1 post_id: 1 person_id: 1 + +michael_authorless: + id: 2 + post_id: 3 + person_id: 1 \ No newline at end of file -- cgit v1.2.3