From 7305f778f433adfc6b3ab84ae2eb90fbe98152c1 Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Thu, 23 Jan 2025 10:17:15 +0000 Subject: [PATCH] Remove data from the autoloading We no longer make use of a lib/data directory as the files are no longer stored in this repository. --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 76326c9e..06adcd98 100644 --- a/config/application.rb +++ b/config/application.rb @@ -26,7 +26,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 data tasks]) + config.autoload_lib(ignore: %w[assets tasks]) # Configuration for the application, engines, and railties goes here. #