Exception: ActiveSupport::XMLConverter::DisallowedType
- Defined in:
- lib/active_support/core_ext/hash/conversions.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ DisallowedType
constructor
A new instance of DisallowedType.
Constructor Details
#initialize(type) ⇒ DisallowedType
Returns a new instance of DisallowedType.
121 122 123 |
# File 'lib/active_support/core_ext/hash/conversions.rb', line 121 def initialize(type) super "Disallowed type attribute: #{type.inspect}" end |