aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/posts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/posts.yml')
-rw-r--r--activerecord/test/fixtures/posts.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/posts.yml b/activerecord/test/fixtures/posts.yml
index 7c706b6818..f5effb20fc 100644
--- a/activerecord/test/fixtures/posts.yml
+++ b/activerecord/test/fixtures/posts.yml
@@ -3,9 +3,11 @@ welcome:
author_id: 1
title: Welcome to the weblog
body: Such a lovely day
+ type: Post
thinking:
id: 2
author_id: 1
title: So I was thinking
body: Like I hopefully always am
+ type: SpecialPost