# File lib/dm-validations/validation_errors.rb, line 119
      def respond_to?(method)
        super || errors.respond_to?(method)
      end