Nameserver count validation 1

This commit is contained in:
Martin Lensment 2014-08-04 12:49:41 +03:00
parent d01944fe21
commit 86dc8321c6
6 changed files with 82 additions and 1 deletions

View file

@ -52,6 +52,7 @@ module Epp::DomainsHelper
def domain_nameservers
ph = params_hash['epp']['command']['create']['create']['ns']
return [] unless ph
ph[:hostObj]
end