Sha256: e4545d61ebe61ba34d41b3b82c21845b1c29dd6e0fd30a50f2bd3e0c369fe58a
Contents?: true
Size: 357 Bytes
Versions: 50
Compression:
Stored size: 357 Bytes
Contents
<%%= simple_form_for(@<%= singular_table_name %>) do |f| %> <%%= f.error_notification %> <div class="form-inputs"> <%- edit_attributes.each do |attribute| -%> <%%= f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> %> <%- end -%> </div> <div class="form-actions"> <%%= f.button :submit %> </div> <%% end %>
Version data entries
50 entries across 50 versions & 1 rubygems