mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Remove delegations
This commit is contained in:
parent
c85ebf542d
commit
0f4a67d696
18 changed files with 30 additions and 46 deletions
|
@ -59,7 +59,6 @@ class Contact < ActiveRecord::Base
|
|||
return nil unless deliver_emails == true
|
||||
emails = []
|
||||
emails << [email, email_was]
|
||||
# emails << domains.map(&:registrant_email) if domains.present?
|
||||
emails = emails.flatten.uniq
|
||||
emails.each do |e|
|
||||
ContactMailer.email_updated(email_was, e, id, deliver_emails).deliver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue