From 4fc4e4c36e82ba47dc012fcb004de52dbced536a Mon Sep 17 00:00:00 2001 From: Stas Date: Tue, 15 Mar 2016 14:54:50 +0200 Subject: [PATCH] 112602007-condition_changed --- app/models/epp/contact.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/epp/contact.rb b/app/models/epp/contact.rb index 54806b88d..d732cad74 100644 --- a/app/models/epp/contact.rb +++ b/app/models/epp/contact.rb @@ -174,6 +174,8 @@ class Epp::Contact < Contact else throw :epp_error, {code: '2306', msg: I18n.t(:ident_update_error)} end + else + throw :epp_error, {code: '2306', msg: I18n.t(:ident_update_error)} end end