mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
9 lines
211 B
Ruby
9 lines
211 B
Ruby
module Domains
|
|
module CancelForceDelete
|
|
class Base < ActiveInteraction::Base
|
|
object :domain,
|
|
class: Domain,
|
|
description: 'Domain to cancel ForceDelete on'
|
|
end
|
|
end
|
|
end
|