All <%= plural_model_name %>

<%% @<%= plural_resource_name %>.each do |<%= resource_name %>| -%> <%% end -%>
ID <%= columns.first.name.capitalize %> Created at  
<%%= <%= resource_name %>.id %> <%%= link_to <%= resource_name %>.<%= columns.first.name %>, <%= singular_controller_routing_path %>_path(<%= resource_name %>) %> <%%= <%= resource_name %>.created_at %> <%%= link_to 'show', <%= singular_controller_routing_path %>_path(<%= resource_name %>) %> | <%%= link_to 'edit', edit_<%= singular_controller_routing_path %>_path(<%= resource_name %>) %> | <%%= link_to 'destroy', <%= singular_controller_routing_path %>_path(<%= resource_name %>), :method => :delete, :confirm => 'Are you sure?' %>
<% if options[:will_paginate] %> <%%= will_paginate @<%= resource_name %> %> <% end %>
<%% content_for :sidebar, render(:partial => 'sidebar') -%>