aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categories.yml
blob: b0770a093d99d68d82e5c6dba4e35f8e428f0661 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
general:
  id: 1
  name: General
  type: Category

technology:
  id: 2
  name: Technology
  type: Category

sti_test:
  id: 3
  name: Special category
  type: SpecialCategory