# File lib/mongo_mapper/extensions/hash.rb, line 8
        def from_mongo(value)
          HashWithIndifferentAccess.new(value || {})
        end