<%= notice %>

Listing Selections

<% @selections.each do |selection| %> <% end %>
Label Reference Apidae
<%= selection.label %> <%= selection.reference %> <%= selection.apidae_id %> <%= link_to 'Show', selection %> <%= link_to 'Edit', edit_selection_path(selection) %> <%= link_to 'Destroy', selection, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Selection', new_selection_path %>