Listing friendships

<% @friendships.each do |friendship| %> <% end %>
<%= friendship.friend.name %> [ <%= link_to 'Destroy', friendship, method: :delete, data: { confirm: 'Are you sure?' } %> ]

<%= link_to 'Add a Friend', users_path %>