Sha256: 8b962ed2cca3ac54415bf3c83f6589c24e5fd02f7a206f05e08fa7cc3c2865ab
Contents?: true
Size: 263 Bytes
Versions: 7
Compression:
Stored size: 263 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
7 entries across 7 versions & 1 rubygems