removing concerns from autoload path
This commit is contained in:
parent
6c910a75f2
commit
26617e5a3f
1 changed files with 3 additions and 0 deletions
3
config/initializers/zeitwerk.rb
Normal file
3
config/initializers/zeitwerk.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
ActiveSupport::Dependencies
|
||||
.autoload_paths
|
||||
.delete("#{Rails.root}/app/controllers/concerns")
|
Loading…
Reference in a new issue