# File lib/mongo_mapper/extensions/array.rb, line 13
        def from_mongo(value)
          value || []
        end