aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categories_posts.yml
blob: 9b67ab4fa4bea09eaedbba1d57a6f56201976b1a (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
general_welcome:
  category_id: 1
  post_id: 1

technology_welcome:
  category_id: 2
  post_id: 1

general_thinking:
  category_id: 1
  post_id: 2

general_sti_habtm:
  category_id: 1
  post_id: 6

sti_test_sti_habtm:
  category_id: 3
  post_id: 6

general_hello:
  category_id: 1
  post_id: 4