= simple_form_for(<%= item_path(:instance_variable => true) %>) do |f| <%- model_attributes.each do |attribute| -%> = f.input(:<%= attribute.name %>) <%- end -%> = f.button(:submit)