如果 XML 包含类型为“yaml”或“symbol”的属性,则会引发此错误。有关详细信息,请阅读 Hash#from_xml。
方法
- N
类公共方法
new(type) 链接
源代码: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 144 def initialize(type) super "Disallowed type attribute: #{type.inspect}" end