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