mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Domain updating - adding contacts and nameservers
This commit is contained in:
parent
32fc26b5a4
commit
290182b7d1
3 changed files with 14 additions and 2 deletions
|
@ -38,6 +38,8 @@ module Epp::DomainsHelper
|
|||
@domain = find_domain
|
||||
|
||||
handle_errors(@domain) and return unless @domain
|
||||
handle_errors(@domain) and return unless @domain.attach_objects(@ph, parsed_frame.css('add'))
|
||||
handle_errors(@domain) and return unless @domain.save
|
||||
|
||||
render '/epp/domains/success'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue