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 18922cc commit dd5a49cCopy full SHA for dd5a49c
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