<%= attribute.human_name %> | <% end -%>|||
---|---|---|---|
<%%= <%= singular_table_name %>.<%= attribute.name %> %> | <% end -%><%%= link_to 'Show', <%= singular_table_name %> %> | <%%= link_to 'Edit', edit_<%= singular_table_name %>_path(<%= singular_table_name %>) %> | <%%= link_to 'Destroy', <%= singular_table_name %>, <%= key_value :confirm, "'Are you sure?'" %>, <%= key_value :method, ":delete" %> %> |