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.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/pets.yml b/activerecord/test/fixtures/pets.yml
new file mode 100644
index 0000000000..a1601a53f0
--- /dev/null
+++ b/activerecord/test/fixtures/pets.yml
@@ -0,0 +1,14 @@
+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