Listing others

<% @others.each do |other| %> <% end %>
Name Permalink Content
<%= other.name %> <%= other.permalink %> <%= other.content %> <%= 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 %>