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