Sha256: 07b5e838ff5e6b37128e1d7f2bec492caa82e74d1156e548f5b938a5cda2e73c
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
= form_for @<%= singular_name %> do |f| = f.error_messages <%- for attribute in model_attributes -%> %p = f.label :<%= attribute.name %> %br = f.<%= attribute.field_type %> :<%= attribute.name %> <%- end -%> %p = f.submit
Version data entries
3 entries across 3 versions & 2 rubygems