method

add_to_base

rails latest stable - Class: ActiveModel::DeprecatedErrorMethods

Method deprecated or moved

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

add_to_base(msg)
public

No documentation available.

# File activemodel/lib/active_model/deprecated_error_methods.rb, line 18
    def add_to_base(msg)
      ActiveSupport::Deprecation.warn "Errors#add_to_base(msg) has been deprecated, use Errors#add(:base, msg) instead"
      self[:base] << msg
    end