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