Module ActiveSupport::JSON::Backends::Yaml
In: vendor/rails/activesupport/lib/active_support/json/backends/yaml.rb

Methods

decode  

Constants

ParseError = ::StandardError

Public Instance methods

[Source]

    # File vendor/rails/activesupport/lib/active_support/json/backends/yaml.rb, line 10
10:         def decode(json)
11:           raise "The Yaml backend has been deprecated due to security risks, you should set ActiveSupport::JSON.backend = 'OkJson'"
12:         end

[Validate]