# File lib/action_controller/request.rb, line 76
    def yaml_post?
      post_format == :yaml && post?
    end