mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
parent
bd40ffe558
commit
c3b90d76f6
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
class RegistrantChangeMailer < ApplicationMailer
|
class RegistrantChangeMailer < ApplicationMailer
|
||||||
include Que::Mailer
|
|
||||||
|
|
||||||
def confirm(domain:, registrar:, current_registrant:, new_registrant:)
|
def confirm(domain:, registrar:, current_registrant:, new_registrant:)
|
||||||
@domain = DomainPresenter.new(domain: domain, view: view_context)
|
@domain = DomainPresenter.new(domain: domain, view: view_context)
|
||||||
@registrar = RegistrarPresenter.new(registrar: registrar, view: view_context)
|
@registrar = RegistrarPresenter.new(registrar: registrar, view: view_context)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue