class Playbook::PbPersonContact::PersonContact
def wrong_contacts
def wrong_contacts contacts.select { |contact| contact[:contact_type] == "wrong-phone" } end
def wrong_contacts contacts.select { |contact| contact[:contact_type] == "wrong-phone" } end