From 057e699272334b4b81450a0f4e8a3cbb0a6bfb1a Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Fri, 4 Dec 2015 17:49:51 +0200 Subject: [PATCH] Add comment to code --- app/models/epp/domain.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/models/epp/domain.rb b/app/models/epp/domain.rb index 40b374003..12eeaf70d 100644 --- a/app/models/epp/domain.rb +++ b/app/models/epp/domain.rb @@ -691,6 +691,9 @@ class Epp::Domain < Domain end attach_legal_document(self.class.parse_legal_document_from_frame(frame)) + + # we want to transfer data to new owner at any case. + # We also hope that if domain is not valid, new registrar would be better. save!(validate: false) return dt