method

new

new(type)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 89
    def initialize(type)
      super "Disallowed type attribute: #{type.inspect}"
    end