Sha256: 917c280f9c5a4a88a7df36a70c5bc1e6194c026b09cecee4eeb139bbb3b4a5e4
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
<%% form_for @<%= singular_name %> do |f| %> <%%= f.error_messages %> <%- for attribute in model_attributes -%> <p> <%%= f.label :<%= attribute.name %> %><br /> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <%- end -%> <p><%%= f.submit "Submit" %></p> <%% end %>
Version data entries
6 entries across 6 versions & 2 rubygems