Raised if the XML contains attributes with type=“yaml” or type=“symbol”. Read Hash#from_xml for more details.

Methods
N
Class Public methods
new(type)
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 143
def initialize(type)
  super "Disallowed type attribute: #{type.inspect}"
end