Sha256: 4f04970f43d2e2cadaac8039ff7b913c74faa93964210e42191bb76246252d0d
Contents?: true
Size: 222 Bytes
Versions: 5
Compression:
Stored size: 222 Bytes
Contents
= formula_form_for(@<%= singular_table_name %>) do |form| <%- attributes.each do |attribute -%> = form.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> <%- end -%> = form.button :submit
Version data entries
5 entries across 5 versions & 1 rubygems