mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
107821878-refactoring
This commit is contained in:
parent
90ad9ff887
commit
99a66259f0
9 changed files with 46 additions and 46 deletions
|
@ -50,7 +50,7 @@ class Contact < ActiveRecord::Base
|
|||
emails << domains.map(&:registrant_email) if domains.present?
|
||||
emails = emails.flatten.uniq
|
||||
emails.each do |e|
|
||||
ContactMailer.email_updated(e, id).deliver
|
||||
ContactMailer.email_updated(e, id, deliver_emails).deliver
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue