Sha256: c8287ff35708b0f5d90af8c364a8d522577ece5abd5853a50bce2bf47b6b23dd

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 Bytes

Contents

= simple_form_for(@<%= singular_table_name %>) do |f|
  = f.error_notification
  .inputs
  <%- attributes.each do |attribute| -%>
  	= f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %>
  <%- end -%>
  .actions
    = f.button :submit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
staple-0.0.8 source/simple_form/_form.html.slim