<%= full_controller_const %> controller, index action

Edit this file in app/views/<%= controller_file_name %>/index.html.erb

<% for property in properties.reject{|p| p.lazy?} -%> <% end -%> <%% for <%= singular_model %> in @<%= plural_model %> %> <% for property in properties.reject{|p| p.lazy?} -%> <% end -%> <%% end %>
<%= Extlib::Inflection.humanize(property.field) %>
<%%=h <%= singular_model %>.<%= property.getter %> %><%%= link_to 'Show', url(:<%= singular_model %>, <%= singular_model %>) %> <%%= link_to 'Edit', url(:edit_<%= singular_model %>, <%= singular_model %>) %> <%%= delete_button :<%= singular_model %>, <%= singular_model %> %>
<%%= link_to 'New', url(:new_<%= singular_model %>) %>