Tell Zeitwerk to ignore app/webpacker directory.

The files here are not Ruby classes
This commit is contained in:
Matt-Yorkley
2021-12-22 13:27:48 +00:00
parent 2586ddc5ac
commit 7cff1e01a8

View File

@@ -228,6 +228,8 @@ module Openfoodnetwork
config.autoloader = :zeitwerk
Rails.autoloaders.main.ignore(Rails.root.join('app/webpacker'))
config.action_view.form_with_generates_ids = true
end
end