Sha256: e59d6c3f2e2cee0a5f63ee5d03d9ccaa8167a37bdca39eb994be4fe5f4fc2418
Contents?: true
Size: 436 Bytes
Versions: 62
Compression:
Stored size: 436 Bytes
Contents
<h1>Editing <%= singular_name %></h1> <%% form_for(@<%= singular_name %>) do |f| %> <%%= f.error_messages %> <% for attribute in attributes -%> <p> <%%= f.label :<%= attribute.name %> %><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
62 entries across 62 versions & 11 rubygems