Revert "Autoload lib folder to pick up more changes in development mode"
This reverts commit 156347ea7a
.
This commit is contained in:
parent
156347ea7a
commit
f200d52324
|
@ -61,7 +61,6 @@ module Discourse
|
|||
# Custom directories with classes and modules you want to be autoloadable.
|
||||
config.autoload_paths += Dir["#{config.root}/app/serializers"]
|
||||
config.autoload_paths += Dir["#{config.root}/lib/validators/"]
|
||||
config.autoload_paths += Dir["#{config.root}/lib"]
|
||||
config.autoload_paths += Dir["#{config.root}/app"]
|
||||
|
||||
# Only load the plugins named here, in the order given (default is alphabetical).
|
||||
|
|
Loading…
Reference in New Issue