updated seeds file

This commit is contained in:
Mark Moser
2016-08-25 19:10:58 -05:00
parent 24c61482fe
commit 8269bb9e5c
3 changed files with 11 additions and 7 deletions

View File

@@ -13,4 +13,8 @@ User.create(
role: 'admin'
)
Quiz.create(unit: 'FED', dept: 'PDR')
Quiz.create(
name: 'PDR Standard FED Screening',
unit: 'FED',
dept: 'PDR'
)