mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
Revert "Autoload lib folder to pick up more changes in development mode"
This reverts commit 156347ea7ac7b55f74c1b2d9eb311312d601fae9.
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…
x
Reference in New Issue
Block a user