# File lib/dm-validations/validation_errors.rb, line 108 def method_missing(meth, *args, &block) errors.send(meth, *args, &block) end