Sha256: a1880e0376dfb3516de59e4269d8b39569ef235900f9cd1198b02481e6d1efe5
Contents?: true
Size: 267 Bytes
Versions: 7
Compression:
Stored size: 267 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