summaryrefslogtreecommitdiff
path: root/lib/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.rb')
-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