Sha256: 6e452997b3e09aed8cd87d3c31d4818084aaaba2c10ca526e6a2cb0495f7305d
Contents?: true
Size: 462 Bytes
Versions: 56
Compression:
Stored size: 462 Bytes
Contents
<h1>Editing <%= singular_name %></h1> <%%= error_messages_for :<%= singular_name %> %> <%% form_for(@<%= singular_name %>) do |f| %> <% for attribute in attributes -%> <p> <b><%= attribute.column.human_name %></b><br /> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <% end -%> <p> <%%= f.submit "Update" %> </p> <%% end %> <%%= link_to 'Show', @<%= singular_name %> %> | <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
56 entries across 56 versions & 1 rubygems