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