aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/readers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/readers.yml')
-rw-r--r--activerecord/test/fixtures/readers.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/activerecord/test/fixtures/readers.yml b/activerecord/test/fixtures/readers.yml
index af5f888e4b..14b883f041 100644
--- a/activerecord/test/fixtures/readers.yml
+++ b/activerecord/test/fixtures/readers.yml
@@ -1,9 +1,11 @@
michael_welcome:
+ id: 1
post_id: 1
- person: michael
+ person_id: 1
first_post_id: 2
michael_authorless:
+ id: 2
post_id: 3
- person: michael
+ person_id: 1
first_post_id: 3