aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/ratings.yml
blob: 2b45c5080effbf4b3e24c8075e8b55c4ec6b5d5f (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
normal_comment_rating:
  id: 1
  comment_id: 8
  value: 1
  type: Rating

special_comment_rating:
  id: 2
  comment_id: 6
  value: 1
  type: Rating

sub_special_comment_rating:
  id: 3
  comment_id: 12
  value: 1
  type: Rating

special_rating:
  id: 4
  comment_id: 10
  value: 1
  type: SpecialRating
  special_comment_id: 3