Sha256: 776e5f758898233f639e6eac777c72cf592612cbc04352ef94a765099039b83d
Contents?: true
Size: 357 Bytes
Versions: 10
Compression:
Stored size: 357 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 %> <%% end %>
Version data entries
10 entries across 10 versions & 1 rubygems