aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/pets.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/pets.yml')
-rw-r--r--activerecord/test/fixtures/pets.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/pets.yml b/activerecord/test/fixtures/pets.yml
new file mode 100644
index 0000000000..2ec4f53e6d
--- /dev/null
+++ b/activerecord/test/fixtures/pets.yml
@@ -0,0 +1,19 @@
+parrot:
+ pet_id: 1
+ name: parrot
+ owner_id: 1
+
+chew:
+ pet_id: 2
+ name: chew
+ owner_id: 2
+
+mochi:
+ pet_id: 3
+ name: mochi
+ owner_id: 2
+
+bulbul:
+ pet_id: 4
+ name: bulbul
+ owner_id: 1