A bad error should find a way to remove '_method'

This commit is contained in:
Yann Esposito (Yogsototh) 2010-03-23 01:19:36 +01:00
parent 8b2cc6df0a
commit 25161c4362

View file

@ -197,7 +197,6 @@ module Rubyzome
else
function_name=:bad_request
end
request.delete[:_method]
end
else
if request.request_method == 'OPTIONS'
@ -233,7 +232,6 @@ module Rubyzome
else
function_name=:bad_request
end
request.delete[:_method]
end
else
if request.request_method == 'OPTIONS'