Files
rails/actionpack/lib/action_dispatch/http
Travis Pew 237272e049 Fix ActionDispatch::Request method explanations
The methods, "post?", "put?", "head?", etc. contain an incorrect
explanation. They state that they are equivalent to request_method ==
:type, but this is not accurate because the methods convert the string
to a symbol. They are actually equivalent to:
  request_method_symbol == :type
2011-11-28 15:46:09 -05:00
..
2011-11-12 23:15:54 +09:00
2011-06-28 16:51:19 +05:30
2011-05-17 17:33:17 -04:00