Exception: ActiveSupport::XMLConverter::DisallowedType
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          StandardError
         | |
| Instance Chain: 
          self,
          StandardError
         | |
| Inherits: | StandardError 
 | 
| Defined in: | activesupport/lib/active_support/core_ext/hash/conversions.rb | 
Overview
Raised if the XML contains attributes with type=“yaml” or type=“symbol”. Read Hash#from_xml for more details.
Class Method Summary
- .new(type) ⇒ DisallowedType constructor
Constructor Details
    .new(type)  ⇒ DisallowedType 
  
# File 'activesupport/lib/active_support/core_ext/hash/conversions.rb', line 145
def initialize(type) super "Disallowed type attribute: #{type.inspect}" end