Sha256: 658aa9b22da4d8593ef1df26a38dad2fe998c772066d065e6a7a9fb1342f7563
Contents?: true
Size: 269 Bytes
Versions: 245
Compression:
Stored size: 269 Bytes
Contents
= simple_form_for(@<%= singular_table_name %>) do |f| = f.error_notification .form-inputs <%- attributes.each do |attribute| -%> = f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> <%- end -%> .form-actions = f.button :submit
Version data entries
245 entries across 245 versions & 11 rubygems