Method: ActionDispatch::Request#request_method_symbol

Defined in:
lib/action_dispatch/http/request.rb

#request_method_symbolObject

Returns a symbol form of the #request_method.



208
209
210
# File 'lib/action_dispatch/http/request.rb', line 208

def request_method_symbol
  HTTP_METHOD_LOOKUP[request_method]
end