Sha256: d84290a5bb70c15673def6c2f714998ea895dc9761576708cbee2fead0ac66af
Contents?: true
Size: 437 Bytes
Versions: 147
Compression:
Stored size: 437 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
147 entries across 147 versions & 34 rubygems