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