mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
Refactor epp error due to Rails 6.1 changes
This commit is contained in:
parent
39bbe6e06d
commit
c613de1a11
5 changed files with 12 additions and 11 deletions
|
@ -13,8 +13,8 @@ module Actions
|
|||
end
|
||||
|
||||
def call
|
||||
return unless domain_exists?
|
||||
return unless valid_transfer_code?
|
||||
return false unless domain_exists?
|
||||
return false unless valid_transfer_code?
|
||||
|
||||
run_validations
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue