Sha256: e6e945074e4e8798db8ae83f6c5d1159dcf8bb9d056b545b477a044ff3e9fec2
Contents?: true
Size: 445 Bytes
Versions: 23
Compression:
Stored size: 445 Bytes
Contents
<h1>New <%= singular_name %></h1> <%%= error_messages_for :<%= singular_name %> %> <%% form_for(:<%= singular_name %>, :url => <%= plural_name %>_path) do |f| %> <% for attribute in attributes -%> <p> <b><%= attribute.column.human_name %></b><br /> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <% end -%> <p> <%%= submit_tag "Create" %> </p> <%% end %> <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
23 entries across 23 versions & 5 rubygems