From d942c1a2f58922d1eb9ea3d7230dbe17483e1bc7 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 11 Aug 2015 12:50:10 +0300 Subject: [PATCH] Removed contact private #2842 --- 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?