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?
Show source
def yaml_post?
post? && post_format == :yaml
end