aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/vegetables.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/vegetables.yml')
-rw-r--r--activerecord/test/fixtures/vegetables.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/vegetables.yml b/activerecord/test/fixtures/vegetables.yml
index 82bd607701..b9afbfbb05 100644
--- a/activerecord/test/fixtures/vegetables.yml
+++ b/activerecord/test/fixtures/vegetables.yml
@@ -6,4 +6,15 @@ first_cucumber:
first_cabbage:
id: 2
custom_type: Cabbage
- name: 'my cabbage' \ No newline at end of file
+ name: 'my cabbage'
+
+second_cabbage:
+ id: 3
+ custom_type: Cabbage
+ name: 'his cabbage'
+
+red_cabbage:
+ id: 4
+ custom_type: RedCabbage
+ name: 'red cabbage'
+ seller_id: 3 \ No newline at end of file