Sha256: b05cdd28c6049b9d1dc31d9f7c4c28b7f181f4cac8c7d74dcb4699096be6fe58
Contents?: true
Size: 296 Bytes
Versions: 7
Compression:
Stored size: 296 Bytes
Contents
<% for attribute in attributes -%> <p> <b><%= attribute.human_name %>:</b> <%%= @<%= singular_table_name %>.<%= attribute.name %> %> </p> <% end -%> <%%= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> | <%%= link_to 'Back', <%= index_helper %>_path %>
Version data entries
7 entries across 7 versions & 1 rubygems