mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Remove occurrences of Setting.* seeding
This commit is contained in:
parent
7de2ed4aed
commit
ee602db93b
1 changed files with 1 additions and 4 deletions
|
@ -71,10 +71,7 @@ ActiveRecord::Base.transaction do
|
||||||
country_code: 'EE',
|
country_code: 'EE',
|
||||||
roles: ['admin']
|
roles: ['admin']
|
||||||
)
|
)
|
||||||
# Required for creating registrar
|
|
||||||
Setting.where(var: 'registry_vat_prc').first_or_create(
|
|
||||||
value: '0.2'
|
|
||||||
)
|
|
||||||
# First registrar
|
# First registrar
|
||||||
Registrar.where(name: 'Registrar First').first_or_create!(
|
Registrar.where(name: 'Registrar First').first_or_create!(
|
||||||
name: 'Registrar First',
|
name: 'Registrar First',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue