mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Move interactor to namespace
This commit is contained in:
parent
4c7f9f2026
commit
30ddf83ee4
8 changed files with 40 additions and 34 deletions
|
@ -3,6 +3,6 @@ class DomainDeleteJob < Que::Job
|
|||
def run(domain_id)
|
||||
domain = Domain.find(domain_id)
|
||||
|
||||
DomainDeleteInteraction::Delete.run(domain: domain)
|
||||
Domains::Delete::DoDelete.run(domain: domain)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue