# File lib/active_model/errors.rb, line 134
    def []=(attribute, error)
      self[attribute] << error
    end