diff options
Diffstat (limited to 'activerecord/test/fixtures/other_posts.yml')
-rw-r--r-- | activerecord/test/fixtures/other_posts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/other_posts.yml b/activerecord/test/fixtures/other_posts.yml index 39ff763547..3e11a33802 100644 --- a/activerecord/test/fixtures/other_posts.yml +++ b/activerecord/test/fixtures/other_posts.yml @@ -5,3 +5,4 @@ second_welcome: author_id: 1 title: Welcome to the another weblog body: It's really nice today + comments_count: 1 |