Sha256: 8a1440eb9bb96f2f08532365f709a7736ea522f5b357e25a1e88e084541df875
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
= semantic_form_for <%= item_path instance_variable: true %> do |f| = f.error_messages <%- for attribute in model_attributes -%> .field = f.inputs do =f.input :<%= attribute.name %> <%- end -%> .actions = f.submit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zoo-generators-0.1.1 | lib/generators/zoo/scaffold/templates/views/haml/_form.html.haml |