aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/posts.yml
blob: 190993dcddbf370402913d0c8ead75d745eae120 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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

sti_comments:
  id: 4
  author_id: 1
  title: sti comments
  body: hello
  type: Post

sti_post_and_comments:
  id: 5
  author_id: 1
  title: sti me
  body: hello
  type: StiPost

sti_habtm:
  id: 6
  author_id: 1
  title: habtm sti test
  body: hello
  type: Post