summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/application.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index 22fae9f..13cd6b3 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -15,7 +15,8 @@ module Glsamaker
# Custom directories with classes and modules you want to be autoloadable.
# config.autoload_paths += %W(#{config.root}/extras)
- config.autoload_paths += Dir["#{config.root}/lib/**/"]
+ # config.autoload_paths += Dir["#{config.root}/lib/**/"]
+ config.autoload_paths += ["#{config.root}/lib"]
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named.