method

new

rails latest stable - Class: ActiveModel::DeprecationHandlingDetailsHash

Method deprecated or moved

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

new(details)
public

No documentation available.

# File activemodel/lib/active_model/errors.rb, line 661
    def initialize(details)
      details.default = []
      details.freeze
      super(details)
    end