# File lib/mongo_mapper/extensions/symbol.rb, line 5
      def to_mongo(value)
        value && value.to_s.to_sym
      end