aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/posts.yml
blob: 9d22b2a603f8731ba6c8aab0c64f74844d2514c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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