mirror of
https://github.com/internetee/registry.git
synced 2025-06-21 20:10:41 +02:00
7 lines
189 B
Ruby
7 lines
189 B
Ruby
module CancelForceDeleteInteraction
|
|
class Base < ActiveInteraction::Base
|
|
object :domain,
|
|
class: Domain,
|
|
description: 'Domain to cancel ForceDelete on'
|
|
end
|
|
end
|