Listing followings

<% @followings.each do |following| %> <% end %>
Actor Target actor Status
<%= following.actor %> <%= following.target_actor %> <%= following.status %> <%= link_to 'Show', following %> <%= link_to 'Edit', edit_following_path(following) %> <%= link_to 'Destroy', following, method: :delete, data: { confirm: 'Are you sure?' } %>
<%= link_to 'New Following', new_following_path %>