Friends List

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

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