Listing others

<% @others.each do |other| %> <% end %>
Name Date Detail Customer
<%= other.name %> <%= other.date %> <%= other.detail %> <%= other.customer_id %> <%= link_to 'Show', other %> <%= link_to 'Edit', edit_other_path(other) %> <%= link_to 'Destroy', other, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Other', new_other_path %>