diff options
author | Tobias Bühlmann <tobias.buehlmann@gmx.de> | 2010-04-25 13:46:42 +0200 |
---|---|---|
committer | Tobias Bühlmann <tobias.buehlmann@gmx.de> | 2010-04-25 13:46:42 +0200 |
commit | d4ccdf736f536b420aceeb6cb8589495cd2e4a34 (patch) | |
tree | e6d5120836028ae2bbd4b96d3d64f1bb2f7c4e83 /config.ru |
initial commit
Diffstat (limited to 'config.ru')
-rw-r--r-- | config.ru | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..25c06c2 --- /dev/null +++ b/config.ru @@ -0,0 +1,3 @@ +require 'file_upload' + +run FileUpload |