We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff49047 commit 55fec83Copy full SHA for 55fec83
1 file changed
config/application.rb
@@ -27,10 +27,6 @@ module GalcApi
27
class Application < Rails::Application
28
config.load_defaults 8.0
29
30
- # Rails 7.1 default: do not add autoload paths to $LOAD_PATH.
31
- # Reduces load path size and avoids manual requires for autoloaded code.
32
- config.add_autoload_paths_to_load_path = false
33
-
34
config.api_only = true
35
36
# ------------------------------------------------------------
0 commit comments