Sha256: bf35f5b72ca76389571b59d1e03cffc64d0db980c4b0cf2a88cf8109c4f2f88e
Contents?: true
Size: 284 Bytes
Versions: 17
Compression:
Stored size: 284 Bytes
Contents
<%% 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 %></p> <%% end %>
Version data entries
17 entries across 17 versions & 4 rubygems