mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
fixed bulk change nameserver form
This commit is contained in:
parent
e1e8979736
commit
9b67dff2e4
3 changed files with 4 additions and 3 deletions
|
@ -67,7 +67,7 @@ module Repp
|
|||
end
|
||||
|
||||
def verify_nameserver_existance
|
||||
return true if hostname.nil?
|
||||
return true if hostname.blank?
|
||||
|
||||
current_user.registrar.nameservers.find_by!(hostname: hostname)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue