From 29b0cfe2f67fbe83a04c65f43671ab70b83c17b9 Mon Sep 17 00:00:00 2001 From: Dylan Will <58506115+ChargrilledChook@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:11:04 +1000 Subject: [PATCH] Add generators to new `autoload_lib` configuration Because: CI breaks otherwise --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index ef4543b57e..4832c0ac63 100644 --- a/config/application.rb +++ b/config/application.rb @@ -14,7 +14,7 @@ class Application < Rails::Application # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded. # Common ones are `templates`, `generators`, or `middleware`, for example. - config.autoload_lib(ignore: %w[assets tasks]) # TODO + config.autoload_lib(ignore: %w[assets tasks generators]) # TODO # Settings in config/environments/* take precedence over those specified here. # Application configuration can go into files in config/initializers