Sha256: a9499f1be64faf6b7e1a40ee41a94dac2478d494eefac14f454853f238e71a19
Contents?: true
Size: 316 Bytes
Versions: 9
Compression:
Stored size: 316 Bytes
Contents
= bootstrap_form_for(<%= singular_table_name %>) do |f| <% attributes.each do |attribute| -%> <% if attribute.password_digest? -%> = f.password_field :password = f.password_field :password_confirmation <% else -%> = f.<%= attribute.field_type %> :<%= attribute.column_name %> <% end -%> <% end -%> = f.submit
Version data entries
9 entries across 9 versions & 1 rubygems