aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categorizations.yml
blob: c5b6fc9a516b57658ea123de7b9ada18c7b7bec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
david_welcome_general:
  id: 1
  author_id: 1
  post_id: 1
  category_id: 1

mary_thinking_sti:
  id: 2
  author_id: 2
  post_id: 2
  category_id: 3

mary_thinking_general:
  id: 3
  author_id: 2
  post_id: 2
  category_id: 1