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