7 8 9 10
# File 'lib/mongomatic/errors.rb', line 7 def add(field, message) @errors[field] ||= [] @errors[field] << message end