Skip to content

Commit 55fec83

Browse files
Remove redundant default setting
1 parent ff49047 commit 55fec83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/application.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ module GalcApi
2727
class Application < Rails::Application
2828
config.load_defaults 8.0
2929

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-
3430
config.api_only = true
3531

3632
# ------------------------------------------------------------

0 commit comments

Comments
 (0)