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