mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Remove legal doc from domain info
This commit is contained in:
parent
eb2d7481c7
commit
2cb5dbd183
2 changed files with 0 additions and 54 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue