Remove legal doc from domain info

This commit is contained in:
Martin Lensment 2015-02-03 11:19:53 +02:00
parent eb2d7481c7
commit 2cb5dbd183
2 changed files with 0 additions and 54 deletions

View file

@ -15,10 +15,6 @@ class Epp::DomainsController < EppController
def info
@domain = find_domain
handle_errors(@domain) and return unless @domain
@domain.attach_legal_document(Epp::EppDomain.parse_legal_document_from_frame(params[:parsed_frame]))
@domain.save!(validate: false)
render_epp_response '/epp/domains/info'
end