diff options
Diffstat (limited to 'activerecord/test/fixtures/authors.yml')
-rw-r--r-- | activerecord/test/fixtures/authors.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/authors.yml b/activerecord/test/fixtures/authors.yml index 832236a486..41c124179e 100644 --- a/activerecord/test/fixtures/authors.yml +++ b/activerecord/test/fixtures/authors.yml @@ -9,7 +9,9 @@ david: mary: id: 2 name: Mary + author_address_id: 3 bob: id: 3 name: Bob + author_address_id: 4 |