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