diff --git a/app/models/contact.rb b/app/models/contact.rb index 51a9e5d6c..027eb31cd 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -48,7 +48,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, contact).deliver_now + ContactMailer.email_updated(e, self).deliver_now end end