mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Replace nameservers: turn all domain names downcase
This commit is contained in:
parent
9802598149
commit
12cdc868de
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Repp
|
||||||
ipv6: params[:data][:attributes][:ipv6],
|
ipv6: params[:data][:attributes][:ipv6],
|
||||||
}
|
}
|
||||||
|
|
||||||
domains = params[:data][:domains] || []
|
domains = params[:data][:domains].map(&:downcase) || []
|
||||||
|
|
||||||
begin
|
begin
|
||||||
affected_domains = current_user.registrar.replace_nameservers(hostname, new_attributes,
|
affected_domains = current_user.registrar.replace_nameservers(hostname, new_attributes,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue