summaryrefslogtreecommitdiff
path: root/config/application.rb
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-10 00:15:28 +0300
committergitlabhq <m@gitlabhq.com>2011-10-10 00:15:28 +0300
commitec9e54ea9496ed98b6400b479f50e19b89f3dcb4 (patch)
tree2acaf52c7f2bf7a54b774ae10e0cf1bc500c52d1 /config/application.rb
parentd7ea9052f1ecc5add24ad8b9d0cb06082f28c86f (diff)
downloadgitlab-ce-ec9e54ea9496ed98b6400b479f50e19b89f3dcb4.tar.gz
gitosis error handle
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index 00ed1a71b73..9a4fd4e4586 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -16,7 +16,7 @@ module Gitlab
# -- all .rb files in that directory are automatically loaded.
# Custom directories with classes and modules you want to be autoloadable.
- # config.autoload_paths += %W(#{config.root}/extras)
+ config.autoload_paths += %W(#{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.