Listing friendships

<% @friends.each do |friend| %> <% end %>
<%= friend.name %> <%= link_to 'Destroy', friendship_path(friend), method: :delete, data: { confirm: 'Are you sure?' } %>

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