mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Remove parsed_frame helper from epp sessions #2752
This commit is contained in:
parent
c94da28af6
commit
67ae9ff020
2 changed files with 3 additions and 7 deletions
|
@ -6,8 +6,8 @@ class EppController < ApplicationController
|
|||
|
||||
before_action :generate_svtrid
|
||||
before_action :latin_only
|
||||
before_action :validate_against_schema
|
||||
|
||||
before_action :validate_against_schema
|
||||
def validate_against_schema
|
||||
return if ['hello', 'error'].include?(params[:action])
|
||||
params[:schema] = 'epp-1.0.xsd' unless params[:schema]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue