Listing <%= plural_name %>

<% for attribute in attributes -%> <% end -%> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <% for attribute in attributes -%> <% end -%> <%% end %>
<%= attribute.column.human_name %>
<%%=h <%= singular_name %>.<%= attribute.name %> %><%%= link_to 'Show', <%= object_path("#{singular_name}") %> %> <%%= link_to 'Edit', <%= edit_path("#{singular_name}") %> %> <%%= link_to 'Destroy', <%= object_path("#{singular_name}") %>, :confirm => 'Are you sure?', :method => :delete %>

<%%= link_to 'New <%= singular_name %>', <%= new_path %> %>