aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categorizations.yml
blob: 62e5bd111adf2220a1cf879bf1f4e5c903ca4b6b (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
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

bob_misc_by_bob_technology:
  id: 4
  author_id: 3
  post_id: 8
  category_id: 2