mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Improve readability
This commit is contained in:
parent
ffe11685ff
commit
eb1ee426ca
14 changed files with 48 additions and 47 deletions
|
@ -11,7 +11,7 @@ class RegistrantChange
|
|||
private
|
||||
|
||||
def notify_registrant
|
||||
RegistrantChangeMailer.confirmed(domain: domain, old_registrant: old_registrant).deliver_now
|
||||
RegistrantChangeMailer.accepted(domain: domain, old_registrant: old_registrant).deliver_now
|
||||
end
|
||||
|
||||
attr_reader :domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue