mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Move actions to own namespace
This commit is contained in:
parent
115cefc0cf
commit
d7f01f24a2
19 changed files with 27 additions and 26 deletions
|
@ -38,7 +38,7 @@ module Repp
|
|||
|
||||
def cta(action = 'add')
|
||||
params[:dns_keys].each { |n| n[:action] = action }
|
||||
action = Actions::DomainUpdate.new(@domain, dnssec_params, false)
|
||||
action = ::Actions::DomainUpdate.new(@domain, dnssec_params, false)
|
||||
|
||||
# rubocop:disable Style/AndOr
|
||||
(handle_errors(@domain) and return) unless action.call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue