summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-05-02 15:00:46 +0200
committermr <mr@mrautenberg.de>2011-05-02 15:00:46 +0200
commit3341048f68fcb52963309002f24220d334b2b32b (patch)
treebc473c81e962bb064f113cf5a9e1567cc8391d3d
parentbaa94c2520c49846ccdbb43c72bb9d04212fa2f1 (diff)
parent8500b7de67afaa34675c006bff42768f1229e22e (diff)
Merge branch 'hotfix/supported_filetype'
-rw-r--r--lib/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.rb b/lib/helper.rb
index 3031b74..7009082 100644
--- a/lib/helper.rb
+++ b/lib/helper.rb
@@ -90,7 +90,7 @@ before do
when "xls"
@accept = 'application/ms-excel'
else
- halt 404, "File format #{extension} not supported."
+ #halt 404, "File format #{extension} not supported."
end
end