updated seeds file
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user