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