lib/io_shuten/mongo.rb in io_shuten-0.0.1.dev3 vs lib/io_shuten/mongo.rb in io_shuten-0.0.1.dev4

- old
+ new

@@ -1,6 +1,10 @@ # encoding: utf-8 + module IO_shuten + # Implementation of the MongoDB storage + # + # @todo Needs two backends (default database interface and GridFS)! class Mongo < IO_shuten::Base end end