Sha256: 2ec64af685d185beb8fbe5c428e514f9d5bdc540bd4f9e98fade4e4026047f1b
Contents?: true
Size: 410 Bytes
Versions: 56
Compression:
Stored size: 410 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
56 entries across 56 versions & 1 rubygems