<% if flash[:notice] %>Search
# app/lib/services/hubspot/contacts/search.rb
ID | Name | ||
---|---|---|---|
<%= contact.id %>
|
<%= contact.properties['email'] %>
|
<%= contact.properties['fullname'].present? ? contact.properties['fullname'] : contact.properties['email'] %>
|
<%= button_to "delete", { controller: :contacts, action: :destroy, id: contact.id }, method: :delete, form_class: 'delete-button' %> |
Delete
# app/lib/services/hubspot/contacts/destroy.rb