mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Move all the existing interactors to Domains namespace
This commit is contained in:
parent
09a58fa432
commit
5363c546a5
34 changed files with 250 additions and 222 deletions
|
@ -418,7 +418,7 @@ class Domain < ApplicationRecord
|
|||
pending_delete_confirmation!
|
||||
save(validate: false) # should check if this did succeed
|
||||
|
||||
DomainDeleteConfirmInteraction::SendRequest.run(domain: self)
|
||||
Domains::DeleteConfirm::SendRequest.run(domain: self)
|
||||
end
|
||||
|
||||
def cancel_pending_delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue