# File lib/dm-validations/validation_errors.rb, line 94
      def [](field_name)
        errors[field_name] ||= []
      end