Sha256: 6481f80920d79d000b24f7cbd6566558e9e394fead46c9e993e7415d760ab337
Contents?: true
Size: 269 Bytes
Versions: 8
Compression:
Stored size: 269 Bytes
Contents
- semantic_form_for @<%= singular_name %> do |form| <%- if attributes.empty? -%> - form.inputs <%- else -%> <%- for attribute in attributes -%> = form.input :<%= attribute.name %>, :label => '<%= attribute.name.titleize %>' <%- end -%> <%- end -%> = form.buttons
Version data entries
8 entries across 8 versions & 2 rubygems