From de557bf43e02702e5a1e2d3738f459f843860ddb Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Thu, 23 Jul 2015 16:58:47 +0300 Subject: [PATCH] Update contact --- app/models/contact.rb | 2 -- 1 file changed, 2 deletions(-) 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?