跳至内容 跳至搜索

如果 XML 包含类型为“yaml”或“symbol”的属性,则会引发此错误。有关详细信息,请阅读 Hash#from_xml。

方法
N

类公共方法

new(type)

# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 144
def initialize(type)
  super "Disallowed type attribute: #{type.inspect}"
end