Sha256: 058cb8d75959ef134ad868449a8d437f92d506e6d7977b7e89e7176fd85f203c
Contents?: true
Size: 463 Bytes
Versions: 21
Compression:
Stored size: 463 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
21 entries across 21 versions & 4 rubygems