added seeds
This commit is contained in:
parent
6127609154
commit
8d77ff57cb
|
|
@ -20,4 +20,7 @@ admin.password_confirmation = 'qazxsw123'
|
||||||
admin.description = 'Andrzej Hinz'
|
admin.description = 'Andrzej Hinz'
|
||||||
admin.save!
|
admin.save!
|
||||||
|
|
||||||
ScSetting.create(index_page_content: '')
|
ScSetting.create(index_page_content: '')
|
||||||
|
|
||||||
|
Shipping.create(name: 'Poczta Polska, przedpłata',
|
||||||
|
price: 14.00, default: true, active: true)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue