removing concerns from autoload path

This commit is contained in:
viehlieb 2023-01-06 16:29:08 +01:00 committed by Philipp Rothmann
parent 4ff44aed4c
commit ea248a5f28

View file

@ -0,0 +1,3 @@
ActiveSupport::Dependencies
.autoload_paths
.delete("#{Rails.root}/app/controllers/concerns")