Generate id and for on label and input when using rails helper

This commit is contained in:
Jean-Baptiste Bellet
2021-08-17 15:33:49 +02:00
parent b388196ce3
commit 3185033dea

View File

@@ -231,5 +231,7 @@ module Openfoodnetwork
config.generators.template_engine = :haml
config.autoloader = :zeitwerk
config.action_view.form_with_generates_ids = true
end
end