# File lib/big_record/validations.rb, line 101 def each @errors.each_key { |attr| @errors[attr].each { |msg| yield attr, msg } } end