# File lib/action_dispatch/http/request.rb, line 97 def post? HTTP_METHOD_LOOKUP[request_method] == :post end