Sha256: 9bf157b496853c2987098e1876a38480c8771b810750dfbe41e34736090ea3e6
Contents?: true
Size: 153 Bytes
Versions: 1
Compression:
Stored size: 153 Bytes
Contents
= semantic_form_for @<%= name.underscore %> do |f| = f.inputs do <% @attributes.each do |attribute| -%> = f.input :<%= attribute %> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nuatt-formtastic-0.2.3 | lib/generators/templates/_form.html.haml |