diff --git a/app/models/contact.rb b/app/models/contact.rb index e9c64d15d..7db3e5ea6 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -316,8 +316,6 @@ class Contact < ActiveRecord::Base end end - private - def manage_linked if domains.present? statuses << LINKED if statuses.detect { |s| s == LINKED }.blank?