BUGFIX: dupe topic names could booby trap seeding

This commit is contained in:
Sam 2014-03-19 09:30:17 +11:00
parent 84e608079b
commit 7460e5ed24

View File

@ -16,7 +16,8 @@ unless Rails.env.test?
raw: I18n.t('vip_category_description'),
title: I18n.t('category.topic_prefix', category: lounge.name),
category: lounge.name,
archetype: Archetype.default
archetype: Archetype.default,
skip_validations: true
)
post = creator.create