~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activerecord/test/fixtures/categories.yml

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
general:
2
 
  id: 1
3
 
  name: General
4
 
  type: Category
5
 
 
6
 
technology:
7
 
  id: 2
8
 
  name: Technology
9
 
  type: Category
10
 
 
11
 
sti_test:
12
 
  id: 3
13
 
  name: Special category
14
 
  type: SpecialCategory