aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/authors.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/authors.yml')
-rw-r--r--activerecord/test/fixtures/authors.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/authors.yml b/activerecord/test/fixtures/authors.yml
new file mode 100644
index 0000000000..41c124179e
--- /dev/null
+++ b/activerecord/test/fixtures/authors.yml
@@ -0,0 +1,17 @@
+david:
+ id: 1
+ name: David
+ author_address_id: 1
+ author_address_extra_id: 2
+ organization_id: No Such Agency
+ owned_essay_id: A Modest Proposal
+
+mary:
+ id: 2
+ name: Mary
+ author_address_id: 3
+
+bob:
+ id: 3
+ name: Bob
+ author_address_id: 4