Froze rails gems
[depot.git] / vendor / rails / activerecord / test / fixtures / comments.yml
1 greetings:
2 id: 1
3 post_id: 1
4 body: Thank you for the welcome
5 type: Comment
6
7 more_greetings:
8 id: 2
9 post_id: 1
10 body: Thank you again for the welcome
11 type: Comment
12
13 does_it_hurt:
14 id: 3
15 post_id: 2
16 body: Don't think too hard
17 type: SpecialComment
18
19 eager_sti_on_associations_vs_comment:
20 id: 5
21 post_id: 4
22 body: Very Special type
23 type: VerySpecialComment
24
25 eager_sti_on_associations_s_comment1:
26 id: 6
27 post_id: 4
28 body: Special type
29 type: SpecialComment
30
31 eager_sti_on_associations_s_comment2:
32 id: 7
33 post_id: 4
34 body: Special type 2
35 type: SpecialComment
36
37 eager_sti_on_associations_comment:
38 id: 8
39 post_id: 4
40 body: Normal type
41 type: Comment
42
43 check_eager_sti_on_associations:
44 id: 9
45 post_id: 5
46 body: Normal type
47 type: Comment
48
49 check_eager_sti_on_associations2:
50 id: 10
51 post_id: 5
52 body: Special Type
53 type: SpecialComment
54
55 eager_other_comment1:
56 id: 11
57 post_id: 7
58 body: go crazy
59 type: SpecialComment