mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
8 lines
270 B
Ruby
8 lines
270 B
Ruby
module CancelForceDeleteInteraction
|
|
class NotifyRegistrar < Base
|
|
def execute
|
|
domain.registrar.notifications.create!(text: I18n.t('force_delete_cancelled',
|
|
domain_name: domain.name))
|
|
end
|
|
end
|
|
end
|