aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/author_favorites.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/author_favorites.yml')
-rw-r--r--activerecord/test/fixtures/author_favorites.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/author_favorites.yml b/activerecord/test/fixtures/author_favorites.yml
new file mode 100644
index 0000000000..e81fdac778
--- /dev/null
+++ b/activerecord/test/fixtures/author_favorites.yml
@@ -0,0 +1,4 @@
+david_mary:
+ id: 1
+ author_id: 1
+ favorite_author_id: 2 \ No newline at end of file