Refactor epp error due to Rails 6.1 changes

This commit is contained in:
Alex Sherman 2021-05-03 14:51:13 +05:00
parent 39bbe6e06d
commit c613de1a11
5 changed files with 12 additions and 11 deletions

View file

@ -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