跳至內容 跳至搜尋

如果 XML 含有屬性,其類型為「yaml」或「符號」,就會引發此錯誤。請進一步參閱 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