mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
Move interactor to namespace
This commit is contained in:
parent
4c7f9f2026
commit
30ddf83ee4
8 changed files with 40 additions and 34 deletions
9
app/interactions/domains/delete/base.rb
Normal file
9
app/interactions/domains/delete/base.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
module Domains
|
||||
module Delete
|
||||
class Base < ActiveInteraction::Base
|
||||
object :domain,
|
||||
class: Domain,
|
||||
description: 'Domain to delete'
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue