~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

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

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
parrot:
 
2
  pet_id: 1
 
3
  name: parrot
 
4
  owner_id: 1
 
5
 
 
6
chew:
 
7
  pet_id: 2
 
8
  name: chew
 
9
  owner_id: 2
 
10
 
 
11
mochi:
 
12
  pet_id: 3
 
13
  name: mochi
 
14
  owner_id: 2