We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae390e commit 1e36c3bCopy full SHA for 1e36c3b
1 file changed
config/application.rb
@@ -44,7 +44,7 @@ class Application < Rails::Application
44
# Serializers, policies, channels, and services keep their original flat class names.
45
# Adding their dirs as roots (same pattern as models) avoids renaming every
46
# constant: PlayerSerializer, PlayerPolicy, RiotApiService, etc. stay as-is.
47
- %w[serializers policies channels services].each do |layer|
+ %w[serializers policies channels services concerns].each do |layer|
48
Dir[root.join("app/modules/*/#{layer}")].each do |path|
49
config.autoload_paths << path
50
config.eager_load_paths << path
0 commit comments