Sha256: 2c3fa12fe9aec97ddcc2f3df2933f006acf9d03a1587336b483ebd08fee997cc
Contents?: true
Size: 288 Bytes
Versions: 3
Compression:
Stored size: 288 Bytes
Contents
<%%= simple_form_for(@<%= singular_table_name %>) do |f| %> <%%= errors_for(@<%= singular_table_name %>) %> <%- attributes.each do |attribute| -%> <%%= f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> %> <%- end -%> <%%= f.button :submit %> <%% end %>
Version data entries
3 entries across 3 versions & 1 rubygems