Sha256: 8c8b34474e2ec9e2ce540c6d9d18999b3fda805ae738a050a668fa63e9acee57
Contents?: true
Size: 311 Bytes
Versions: 41
Compression:
Stored size: 311 Bytes
Contents
<dl> <% for attribute in attributes -%> <dt><%= attribute.column.human_name %></dt> <dd><%%= h @<%= singular_name %>.<%= attribute.name %> %></dd> <% end -%> </dl> <p> <%%= link_to 'Edit', edit_<%= singular_name %>_path(@<%= singular_name %>)%> | <%%= link_to 'Back', <%= plural_name %>_path %> </p>
Version data entries
41 entries across 41 versions & 12 rubygems