Update contact

This commit is contained in:
Priit Tark 2015-07-23 16:58:47 +03:00
parent dd7771c59d
commit de557bf43e

View file

@ -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?