Better naming and domain updating

This commit is contained in:
Martin Lensment 2014-08-25 11:18:54 +03:00
parent fe54f327d9
commit 8b8a71c4d1
6 changed files with 50 additions and 22 deletions

View file

@ -42,6 +42,9 @@ module Epp::Common
obj.construct_epp_errors
@errors += obj.errors[:epp_errors]
end
# for debugging
@errors << {code: '1', msg: 'handle_errors was executed when there were actually no errors'} if @errors.blank?
render '/epp/error'
end