method

new

rails latest stable - Class: Hash::DisallowedType

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

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