summaryrefslogtreecommitdiff
path: root/lib/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.rb')
-rw-r--r--lib/helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/helper.rb b/lib/helper.rb
index 995f3e9..33774b4 100644
--- a/lib/helper.rb
+++ b/lib/helper.rb
@@ -81,7 +81,7 @@ helpers do
when "css"
@accept = 'text/css'
else
- # halt 404, "File format #{extension} not supported."
+ # raise OpenTox::NotFoundError.new "File format #{extension} not supported."
end
end
end
@@ -94,4 +94,3 @@ before do
protected!(@subjectid)
end
end
-