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.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/readers.yml b/activerecord/test/fixtures/readers.yml
new file mode 100644
index 0000000000..14b883f041
--- /dev/null
+++ b/activerecord/test/fixtures/readers.yml
@@ -0,0 +1,11 @@
+michael_welcome:
+ id: 1
+ post_id: 1
+ person_id: 1
+ first_post_id: 2
+
+michael_authorless:
+ id: 2
+ post_id: 3
+ person_id: 1
+ first_post_id: 3