mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 03:37:28 +02:00
parent
0893d5b6f2
commit
fc71bf93e7
46 changed files with 21 additions and 1487 deletions
|
@ -58,7 +58,7 @@ module Epp
|
|||
end
|
||||
|
||||
def validate_against_schema
|
||||
return if ['hello', 'error', 'keyrelay'].include?(params[:action])
|
||||
return if %w[hello error].include?(params[:action])
|
||||
schema.validate(params[:nokogiri_frame]).each do |error|
|
||||
epp_errors << {
|
||||
code: 2001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue