mirror of
https://github.com/internetee/registry.git
synced 2025-06-02 10:48:37 +02:00
updated respons for wrong path
This commit is contained in:
parent
60ad69fc5b
commit
ad23a7cbd2
3 changed files with 25 additions and 1 deletions
|
@ -127,6 +127,7 @@ module Epp
|
|||
# VALIDATION
|
||||
def validate_request
|
||||
validation_method = "validate_#{params[:action]}"
|
||||
|
||||
return unless respond_to?(validation_method, true)
|
||||
send(validation_method)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue