mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove glob pattern from app/channels load path
This commit is contained in:
parent
18922cccd4
commit
dd5a49c140
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Rails
|
|||
exclude: ["assets", javascript_path]
|
||||
paths.add "app/assets", glob: "*"
|
||||
paths.add "app/controllers", eager_load: true
|
||||
paths.add "app/channels", eager_load: true, glob: "**/*_channel.rb"
|
||||
paths.add "app/channels", eager_load: true
|
||||
paths.add "app/helpers", eager_load: true
|
||||
paths.add "app/models", eager_load: true
|
||||
paths.add "app/mailers", eager_load: true
|
||||
|
|
Loading…
Reference in a new issue