<% @co_author_relations.each do |co_author_relation| %> <%= co_author_relation.relation %> <%= link_to 'Destroy', desktop_co_author_relation_path(co_author_relation), confirm: 'Are you sure?', method: :delete %> <% end %>