<% attributes.each do |attribute| -%>
<%= attribute.human_name %> |
<% end -%>
|
|
|
<%%= content_tag_for(:tr, @<%= plural_table_name %>) do |<%= singular_table_name %>| %>
<% attributes.each do |attribute| -%>
<%%= <%= 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 %>, confirm: 'Are you sure?', method: :delete %> |
<%% end %>