From 75b8ac80d988c39e48966d6b60f0d1d46c0d75a6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 14 Apr 2005 07:49:13 +0000 Subject: Dont initialize the association proxy for nil records git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1165 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/posts.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activerecord/test/fixtures/posts.yml') diff --git a/activerecord/test/fixtures/posts.yml b/activerecord/test/fixtures/posts.yml index f5effb20fc..9d22b2a603 100644 --- a/activerecord/test/fixtures/posts.yml +++ b/activerecord/test/fixtures/posts.yml @@ -11,3 +11,10 @@ thinking: title: So I was thinking body: Like I hopefully always am type: SpecialPost + +authorless: + id: 3 + author_id: "" + title: I don't have any comments + body: I just don't want to + type: Post -- cgit v1.2.3