simple form: regenerate config with new defaults.

Regenerated with `bin/rails generate simple_form:install`.
This commit is contained in:
evazion
2020-06-24 23:36:04 -05:00
parent 44f826d8fa
commit fccdcbe7cc
2 changed files with 16 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
<%# frozen_string_literal: true %>
<%%= simple_form_for(@<%= singular_table_name %>) do |f| %>
<%%= f.error_notification %>
<%%= f.error_notification message: f.object.errors[:base].to_sentence if f.object.errors[:base].present? %>
<div class="form-inputs">
<%- attributes.each do |attribute| -%>