Contacts validation improvement

This commit is contained in:
Martin Lensment 2014-08-26 17:58:44 +03:00
parent 7b750b7d9b
commit 8697f8eabb
5 changed files with 29 additions and 18 deletions

View file

@ -45,6 +45,7 @@ module Epp::Common
# for debugging
@errors << { code: '1', msg: 'handle_errors was executed when there were actually no errors' } if @errors.blank?
render '/epp/error'
end