mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Refactor domain mailers pending updates #2804
This commit is contained in:
parent
8536ac2d6f
commit
726231c4e6
6 changed files with 14 additions and 11 deletions
|
@ -360,7 +360,7 @@ class Domain < ActiveRecord::Base
|
|||
asked_at = registrant_verification_asked_at
|
||||
changes_cache = changes
|
||||
|
||||
DomainMailer.registrant_pending_updated(self).deliver_now
|
||||
DomainMailer.pending_update_old_registrant_request(self).deliver_now
|
||||
DomainMailer.pending_update_new_registrant_notification(self).deliver_now
|
||||
|
||||
reload # revert back to original
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue