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.
2 parents 1d55f54 + dd5a49c commit 457fedaCopy full SHA for 457feda
railties/lib/rails/engine/configuration.rb
@@ -44,7 +44,7 @@ def paths
44
exclude: ["assets", javascript_path]
45
paths.add "app/assets", glob: "*"
46
paths.add "app/controllers", eager_load: true
47
- paths.add "app/channels", eager_load: true, glob: "**/*_channel.rb"
+ paths.add "app/channels", eager_load: true
48
paths.add "app/helpers", eager_load: true
49
paths.add "app/models", eager_load: true
50
paths.add "app/mailers", eager_load: true
0 commit comments