# File lib/mongo_mapper/extensions/string.rb, line 8
        def to_mongo(value)
          value && value.to_s
        end