Return more data after domain create

This commit is contained in:
Martin Lensment 2014-08-27 14:23:35 +03:00
parent f87a7fa912
commit bb78c0f581
3 changed files with 32 additions and 5 deletions

View file

@ -6,7 +6,7 @@ module Epp::DomainsHelper
handle_errors(@domain) and return unless @domain.parse_and_attach_domain_dependencies(@ph, parsed_frame)
handle_errors(@domain) and return unless @domain.save
render '/epp/domains/success'
render '/epp/domains/create'
end
end