Sha256: 02eda8dbf8087c5ff3dbf526d443151b22bead83293d584538be0de691320d07
Contents?: true
Size: 274 Bytes
Versions: 44
Compression:
Stored size: 274 Bytes
Contents
= form_for @<%= singular_table_name %> do |f| / Error messages <% for attribute in attributes -%> .form-row .form-label= f.label :<%= attribute.name %> .form-field= f.<%= attribute.field_type %> :<%= attribute.name %> <% end -%> .form-actions= f.submit 'Save'
Version data entries
44 entries across 22 versions & 1 rubygems