aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/books.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/books.yml')
-rw-r--r--activerecord/test/fixtures/books.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/books.yml b/activerecord/test/fixtures/books.yml
index 473663ff5b..fb48645456 100644
--- a/activerecord/test/fixtures/books.yml
+++ b/activerecord/test/fixtures/books.yml
@@ -1,7 +1,9 @@
awdr:
+ author_id: 1
id: 1
name: "Agile Web Development with Rails"
rfr:
+ author_id: 1
id: 2
name: "Ruby for Rails"