Listing friendships

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

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