Skip to content

Commit a837ef6

Browse files
committed
hotfix : Fix config for CI - add autoload path(dto, utils)
1 parent 3c9ff72 commit a837ef6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class Application < Rails::Application
1717
config.autoload_lib(ignore: %w[assets tasks])
1818
config.autoload_paths += %W[#{config.root}/app/controllers/code]
1919
config.autoload_paths += %W[#{config.root}/app/controllers/filter]
20+
config.autoload_paths += %W[#{config.root}/app/controllers/dto]
21+
config.autoload_paths += %W[#{config.root}/app/controllers/utils]
2022

2123
# Configuration for the application, engines, and railties goes here.
2224
#

0 commit comments

Comments
 (0)