Simplify seeds.rb

#460
This commit is contained in:
Artur Beljajev 2017-04-23 14:01:53 +03:00
parent b2ab59bb7d
commit eaaaedaca9

View file

@ -33,15 +33,4 @@ ActiveRecord::Base.transaction do
country_code: 'US',
roles: ['admin']
)
ZonefileSetting.create!(
origin: 'tld',
ttl: 43200,
refresh: 3600,
retry: 900,
expire: 1209600,
minimum_ttl: 3600,
email: 'admin.domain.tld',
master_nameserver: 'ns.tld'
)
end