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