diff options
author | tbuehlmann <tobias.buehlmann@gmx.de> | 2010-12-03 19:07:53 +0100 |
---|---|---|
committer | tbuehlmann <tobias.buehlmann@gmx.de> | 2010-12-03 19:07:53 +0100 |
commit | da2d98e8d92e87b6fdd86b4cfe810c9fc7a44a13 (patch) | |
tree | 2ef6f12fb68280f21d18eae08a354ee833d8cf61 /config.ru | |
parent | 50d95678730faa92f3893d75191b371e5e886c0f (diff) |
1.9.2 ready
Diffstat (limited to 'config.ru')
-rw-r--r-- | config.ru | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +$LOAD_PATH.unshift(File.dirname(__FILE__)) require 'file_upload' run FileUpload + |