rails/activerecord/test/fixtures/posts.yml
David Heinemeier Hansson 75b8ac80d9 Dont initialize the association proxy for nil records
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1165 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-14 07:49:13 +00:00

21 lines
332 B
YAML

welcome:
id: 1
author_id: 1
title: Welcome to the weblog
body: Such a lovely day
type: Post
thinking:
id: 2
author_id: 1
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