# File lib/couchrest/validation/validation_errors.rb, line 114 def method_missing(meth, *args, &block) errors.send(meth, *args, &block) end