Revert "Autoload lib folder to pick up more changes in development mode"

This reverts commit 156347ea7a.
This commit is contained in:
Robin Ward 2017-08-13 14:31:13 -04:00
parent 156347ea7a
commit f200d52324
1 changed files with 0 additions and 1 deletions

View File

@ -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).