mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Move jobs from Que to ActiveJob
This commit is contained in:
parent
1d3be40e14
commit
313731232e
53 changed files with 390 additions and 157 deletions
|
@ -37,6 +37,8 @@ class RegistrantChangeMailerPreview < ActionMailer::Preview
|
|||
def expired
|
||||
RegistrantChangeMailer.expired(domain: @domain,
|
||||
registrar: @domain.registrar,
|
||||
registrant: @domain.registrant)
|
||||
registrant: @domain.registrant,
|
||||
send_to: [@domain.new_registrant_email,
|
||||
@domain.registrant.email])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue