Sha256: 06dfb48f4150105a7c95f85ee473ff34df42d461c8087de888b6ec6bc7ed4311
Contents?: true
Size: 269 Bytes
Versions: 7
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
7 entries across 7 versions & 1 rubygems