Update formtastic to version 4.0.0

This commit is contained in:
depfu[bot] 2021-08-11 13:03:38 +00:00 committed by Henne Vogelsang
parent 2527af1c1b
commit 91967e9d70
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
4 changed files with 33 additions and 27 deletions

View file

@ -0,0 +1,8 @@
= semantic_form_for @<%= singular_name %> do |f|
= f.inputs do
<%- attributes.each do |attribute| -%>
= f.input :<%= attribute.name %>
<%- end -%>
= f.actions do
= f.action :submit, :as => :input