# File lib/dm-types/file_path.rb, line 25
      def dump(value)
        return nil if value.blank?
        value.to_s
      end