From 86f1b0f21e7d298bf7e59ad4c87536e99bd0f8be Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 26 Feb 2024 11:39:00 +0000 Subject: [PATCH] add_autoload_paths_to_load_path --- config/application.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/application.rb b/config/application.rb index 2cda05fea..ab228699f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -52,5 +52,8 @@ module DataCollector end config.relative_url_root = ENV["RAILS_RELATIVE_URL_ROOT"] + + # default is false starting 7.1, should really be updated to false + config.add_autoload_paths_to_load_path = true end end