[Source]
# File lib/cms/extensions/active_record/errors.rb, line 5 5: def add_from_hash(errors) 6: errors.each{|k,v| add(k, v) } unless errors.blank? 7: end
[Validate]