Sha256: 40d0e4303767a28eb3e99c16704a5158ab02e654a4c7f485c5b0ce9c108402ba
Contents?: true
Size: 384 Bytes
Versions: 69
Compression:
Stored size: 384 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
69 entries across 69 versions & 12 rubygems