Sha256: a22787fac4b3f0640f200a349770365b64be368644b3d9c9e00485ef0c0bec48
Contents?: true
Size: 190 Bytes
Versions: 6
Compression:
Stored size: 190 Bytes
Contents
= simple_form_for(<%= item_path(:instance_variable => true) %>) do |f| <%- model_attributes.each do |attribute| -%> = f.input(:<%= attribute.name %>) <%- end -%> = f.button(:submit)
Version data entries
6 entries across 6 versions & 1 rubygems