mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
9 lines
185 B
Ruby
9 lines
185 B
Ruby
module Domains
|
|
module Delete
|
|
class Base < ActiveInteraction::Base
|
|
object :domain,
|
|
class: Domain,
|
|
description: 'Domain to delete'
|
|
end
|
|
end
|
|
end
|