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