From 57d0bf17d31c17c4dfe81a8615833628b446b665 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 20 Jul 2017 22:46:31 +0300 Subject: [PATCH] Remove misleading comment #569 --- app/models/epp/contact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/epp/contact.rb b/app/models/epp/contact.rb index 53ebb2ee8..845331f07 100644 --- a/app/models/epp/contact.rb +++ b/app/models/epp/contact.rb @@ -171,7 +171,7 @@ class Epp::Contact < Contact # allow to update ident code for legacy contacts if frame.css('ident').first - self.ident_updated_at ||= Time.zone.now # not in use + self.ident_updated_at ||= Time.zone.now ident_frame = frame.css('ident').first if ident_frame && ident_attr_valid?(ident_frame)