We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dto
utils
1 parent 3c9ff72 commit a837ef6Copy full SHA for a837ef6
config/application.rb
@@ -17,6 +17,8 @@ class Application < Rails::Application
17
config.autoload_lib(ignore: %w[assets tasks])
18
config.autoload_paths += %W[#{config.root}/app/controllers/code]
19
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]
22
23
# Configuration for the application, engines, and railties goes here.
24
#
0 commit comments