aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/toys.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/toys.yml')
-rw-r--r--activerecord/test/fixtures/toys.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/toys.yml b/activerecord/test/fixtures/toys.yml
index 037e335e0a..ae9044ec62 100644
--- a/activerecord/test/fixtures/toys.yml
+++ b/activerecord/test/fixtures/toys.yml
@@ -2,3 +2,13 @@ bone:
toy_id: 1
name: Bone
pet_id: 1
+
+doll:
+ toy_id: 2
+ name: Doll
+ pet_id: 2
+
+bulbuli:
+ toy_id: 3
+ name: Bulbuli
+ pet_id: 4