<% title "Contacts" %> <% for contact in @contacts %> <% end %>
User Area Number Contact Type
<%= contact.user_id %> <%= contact.area %> <%= contact.number %> <%= contact.contact_type %> <%= link_to "Edit", edit_contact_path(contact) %>

<%= link_to "New Contact", new_contact_path %>