~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activerecord/test/fixtures/references.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
 
michael_magician:
2
 
  id: 1
3
 
  person_id: 1
4
 
  job_id: 3
5
 
  favourite: false
6
 
 
7
 
michael_unicyclist:
8
 
  id: 2
9
 
  person_id: 1
10
 
  job_id: 1
11
 
  favourite: true
12
 
 
13
 
david_unicyclist:
14
 
  id: 3
15
 
  person_id: 2
16
 
  job_id: 1
17
 
  favourite: false