mirror of
https://github.com/internetee/registry.git
synced 2025-07-05 10:43:32 +02:00
Better naming and domain updating
This commit is contained in:
parent
fe54f327d9
commit
8b8a71c4d1
6 changed files with 50 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue