Sha256: 7bda7bace8e8f89343f8ea992bb757c46d90bf0090f0282efa55332f13e0abe6
Contents?: true
Size: 237 Bytes
Versions: 8
Compression:
Stored size: 237 Bytes
Contents
= form_for @<%= singular_table_name %>, layout: :horizontal do |f| <% for attribute in attributes -%> = f.<%= attribute.field_type %> :<%= attribute.name %>, :class => 'form-control' <% end -%> = f.submit :class => 'btn btn-primary'
Version data entries
8 entries across 8 versions & 1 rubygems