Skip to content

Commit 1e36c3b

Browse files
committed
fix: solve fingertip concern issue
1 parent aae390e commit 1e36c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Application < Rails::Application
4444
# Serializers, policies, channels, and services keep their original flat class names.
4545
# Adding their dirs as roots (same pattern as models) avoids renaming every
4646
# constant: PlayerSerializer, PlayerPolicy, RiotApiService, etc. stay as-is.
47-
%w[serializers policies channels services].each do |layer|
47+
%w[serializers policies channels services concerns].each do |layer|
4848
Dir[root.join("app/modules/*/#{layer}")].each do |path|
4949
config.autoload_paths << path
5050
config.eager_load_paths << path

0 commit comments

Comments
 (0)