# File lib/action_controller/request.rb, line 66
    def formatted_post?
      [ :xml, :yaml ].include?(post_format) && post?
    end