summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authortbuehlmann <tobias.buehlmann@gmx.de>2010-12-03 19:07:53 +0100
committertbuehlmann <tobias.buehlmann@gmx.de>2010-12-03 19:07:53 +0100
commitda2d98e8d92e87b6fdd86b4cfe810c9fc7a44a13 (patch)
tree2ef6f12fb68280f21d18eae08a354ee833d8cf61 /config.ru
parent50d95678730faa92f3893d75191b371e5e886c0f (diff)
1.9.2 ready
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.ru b/config.ru
index 25c06c2..ba412c2 100644
--- a/config.ru
+++ b/config.ru
@@ -1,3 +1,5 @@
+$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'file_upload'
run FileUpload
+