aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/categories.yml
blob: 3e75e733a6c04586b27401b38c759e6db2a75e71 (plain) (tree)
1
2
3
4
5
6
7
8


               
                



                  





                        




                
general:
  id: 1
  name: General
  type: Category

technology:
  id: 2
  name: Technology
  type: Category

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

cooking:
  id: 4
  name: Cooking
  type: Category