Sha256: cb65b48d847b460a8e67a8f7634290c96af5f5359d007f34b995a683e85a72b6
Contents?: true
Size: 385 Bytes
Versions: 147
Compression:
Stored size: 385 Bytes
Contents
<h1>New <%= 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 "Create" %> </p> <%% end %> <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
147 entries across 147 versions & 34 rubygems