blob: 236bdb2e36f69dc3aacda4cfb5fd318c17c18c72 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
greetings:
id: 1
post_id: 1
body: Thank you for the welcome
type: Comment
more_greetings:
id: 2
post_id: 1
body: Thank you again for the welcome
type: Comment
does_it_hurt:
id: 3
post_id: 2
body: Don't think too hard
type: SpecialComment
eager_sti_on_associations_vs_comment:
id: 5
post_id: 4
body: Very Special type
type: VerySpecialComment
eager_sti_on_associations_s_comment1:
id: 6
post_id: 4
body: Special type
type: SpecialComment
eager_sti_on_associations_s_comment2:
id: 7
post_id: 4
body: Special type 2
type: SpecialComment
eager_sti_on_associations_comment:
id: 8
post_id: 4
body: Normal type
type: Comment
check_eager_sti_on_associations:
id: 9
post_id: 5
body: Normal type
type: Comment
check_eager_sti_on_associations2:
id: 10
post_id: 5
body: Special Type
type: SpecialComment
eager_other_comment1:
id: 11
post_id: 7
body: go crazy
type: SpecialComment
|