index_for(@<%= plural_name %>) do |i|¶ ↑
<%- attributes.each do |attribute| -%>
= i.<%= attribute.reference? ? :association : :attribute %> :<%= attribute.name %>
<% end -%>
= i.actions :all
<%- attributes.each do |attribute| -%>
= i.<%= attribute.reference? ? :association : :attribute %> :<%= attribute.name %>
<% end -%>
= i.actions :all