Removed contact private #2842

This commit is contained in:
Priit Tark 2015-08-11 12:50:10 +03:00
parent 801b8bbb9c
commit d942c1a2f5

View file

@ -316,8 +316,6 @@ class Contact < ActiveRecord::Base
end end
end end
private
def manage_linked def manage_linked
if domains.present? if domains.present?
statuses << LINKED if statuses.detect { |s| s == LINKED }.blank? statuses << LINKED if statuses.detect { |s| s == LINKED }.blank?