This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
xml_post?()
Is this a POST request formatted as XML?
# File actionpack/lib/action_controller/deprecated_request_methods.rb, line 25 def xml_post? post? && post_format == :xml end