Listing collections

<% @collections.each do |collection| %> <% end %>
Locator Create by client Created by user Created at Modified by client Modified by user Modified at Portable data hash Name Redundancy Arbitrary string Redundancy confirmed by client Redundancy confirmed at Redundancy confirmed as
<%= collection.locator %> <%= collection.create_by_client %> <%= collection.created_by_user %> <%= collection.created_at %> <%= collection.modified_by_client %> <%= collection.modified_by_user %> <%= collection.modified_at %> <%= collection.portable_data_hash %> <%= collection.name %> <%= collection.redundancy %> <%= collection.arbitrary_string %> <%= collection.redundancy_confirmed_by_client %> <%= collection.redundancy_confirmed_at %> <%= collection.redundancy_confirmed_as %> <%= link_to 'Show', collection %> <%= link_to 'Edit', edit_collection_path(collection) %> <%= link_to 'Destroy', collection, confirm: 'Are you sure?', method: :delete %>

<%= link_to 'New Collection', new_collection_path %>