From a58bc715c09c02044100a0237ce05606a4a40240 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:11:34 -0400 Subject: [PATCH] fix --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index e845a03..1d725ba 100644 --- a/config/application.rb +++ b/config/application.rb @@ -26,7 +26,7 @@ module Theseus # 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]) + config.autoload_lib(ignore: %w[assets tasks generators]) # Configuration for the application, engines, and railties goes here. #