Domain create fix

This commit is contained in:
Martin Lensment 2015-03-06 16:53:28 +02:00
parent 050e251a58
commit bcc4df6bed
2 changed files with 5 additions and 7 deletions

View file

@ -2,7 +2,7 @@ class Epp::DomainsController < EppController
skip_authorization_check # TODO: remove it
def create
@domain = Epp::EppDomain.new(params[:parsed_frame], current_user)
@domain = Epp::EppDomain.new_from_epp(params[:parsed_frame], current_user)
# @domain.parse_and_attach_domain_dependencies(params[:parsed_frame])
# @domain.parse_and_attach_ds_data(params[:parsed_frame].css('extension create'))