|
@@ -16,7 +16,7 @@ module Zammad
|
|
|
# -- all .rb files in that directory are automatically loaded.
|
|
|
|
|
|
# Custom directories with classes and modules you want to be autoloadable.
|
|
|
- config.autoload_paths += Dir["#{config.root}/lib/**/"]
|
|
|
+ config.autoload_paths += Dir["#{config.root}/lib/*", "#{config.root}/lib/**/"]
|
|
|
# config.autoload_paths += %W(#{config.root}/lib)
|
|
|
|
|
|
# Only load the plugins named here, in the order given (default is alphabetical).
|
|
@@ -74,4 +74,4 @@ module Zammad
|
|
|
config.api_path = '/api/v1'
|
|
|
|
|
|
end
|
|
|
-end
|
|
|
+end
|