show_for @<%= singular_name %> do |s|¶ ↑
<%- attributes.each do |attribute| -%>
= s.<%= attribute.reference? ? :association : :attribute %> :<%= attribute.name %>
<% end -%>
<%- attributes.each do |attribute| -%>
= s.<%= attribute.reference? ? :association : :attribute %> :<%= attribute.name %>
<% end -%>