request_method_symbol()
Returns a symbol form of the #request_method.
# File actionpack/lib/action_dispatch/http/request.rb, line 196 def request_method_symbol HTTP_METHOD_LOOKUP[request_method] end