mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Fix Setting fixtures, correct seed.rb
This commit is contained in:
parent
ee602db93b
commit
4c9fc76283
4 changed files with 137 additions and 15 deletions
|
@ -57,7 +57,7 @@ ActiveRecord::Base.transaction do
|
|||
SettingEntry.create(code: 'registry_zip', value: '10617', format: 'string', group: 'contacts')
|
||||
SettingEntry.create(code: 'registry_juridical_name', value: 'Eesti Interneti SA', format: 'string', group: 'contacts')
|
||||
SettingEntry.create(code: 'address_processing', value: 'true', format: 'boolean', group: 'other')
|
||||
SettingEntry.create(code: 'directo_monthly_number_last', value: '309909', format: 'integer', group: 'billing')
|
||||
SettingEntry.create(code: 'directo_monthly_number_last', value: '309901', format: 'integer', group: 'billing')
|
||||
SettingEntry.create(code: 'dispute_period_in_months', value: '36', format: 'integer', group: 'other')
|
||||
SettingEntry.create(code: 'registry_whois_disclaimer', value: 'Search results may not be used for commercial, advertising, recompilation, repackaging, redistribution, reuse, obscuring or other similar activities.', format: 'string', group: 'contacts')
|
||||
SettingEntry.create(code: 'legal_document_is_mandatory', value: 'true', format: 'boolean', group: 'domain_validation')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue