# File lib/action_controller/request.rb, line 33
    def post?
      method == :post
    end