mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Create blocked domains #2564
This commit is contained in:
parent
cd277c25ed
commit
d93d43e75c
13 changed files with 254 additions and 80 deletions
28
db/seeds.rb
28
db/seeds.rb
|
@ -119,17 +119,17 @@ ZonefileSetting.where({
|
|||
master_nameserver: 'ns.tld.ee'
|
||||
}).first_or_create!
|
||||
|
||||
Registrar.where(
|
||||
name: 'EIS',
|
||||
reg_no: '90010019',
|
||||
phone: '+3727271000',
|
||||
country_code: 'EE',
|
||||
vat_no: 'EE101286464',
|
||||
email: 'info@internet.ee',
|
||||
state: 'Harjumaa',
|
||||
city: 'Tallinn',
|
||||
street: 'Paldiski mnt 80',
|
||||
zip: '10617',
|
||||
url: 'www.internet.ee',
|
||||
code: 'EIS'
|
||||
).first_or_create!
|
||||
# Registrar.where(
|
||||
# name: 'EIS',
|
||||
# reg_no: '90010019',
|
||||
# phone: '+3727271000',
|
||||
# country_code: 'EE',
|
||||
# vat_no: 'EE101286464',
|
||||
# email: 'info@internet.ee',
|
||||
# state: 'Harjumaa',
|
||||
# city: 'Tallinn',
|
||||
# street: 'Paldiski mnt 80',
|
||||
# zip: '10617',
|
||||
# url: 'www.internet.ee',
|
||||
# code: 'EIS'
|
||||
# ).first_or_create!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue