aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/taggings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/taggings.yml')
-rw-r--r--activerecord/test/fixtures/taggings.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/taggings.yml b/activerecord/test/fixtures/taggings.yml
index dced625580..38ec1ba5b1 100644
--- a/activerecord/test/fixtures/taggings.yml
+++ b/activerecord/test/fixtures/taggings.yml
@@ -9,3 +9,9 @@ thinking_general:
tag_id: 1
taggable_id: 2
taggable_type: Post
+
+fake:
+ id: 3
+ tag_id: 1
+ taggable_id: 1
+ taggable_type: FakeModel \ No newline at end of file