mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1a6954af01
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1201 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
20 lines
331 B
YAML
20 lines
331 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: 0
|
|
title: I don't have any comments
|
|
body: I just don't want to
|
|
type: Post
|