This commit is contained in:
Jim Menard 2009-02-11 14:33:19 -05:00
parent 734386ede1
commit 281701570e
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ Here is some simple example code:
The GridStore class is a Ruby implementation of Mongo's GridFS file storage The GridStore class is a Ruby implementation of Mongo's GridFS file storage
system. An instance of GridStore is like an IO object. See the rdocs for system. An instance of GridStore is like an IO object. See the rdocs for
details. details, and see examples/gridfs.rb for code that uses many of the GridStore
features like metadata, content type, rewind/seek/tell, etc.
Note that the GridStore class is not automatically required when you require Note that the GridStore class is not automatically required when you require
'mongo'. You need to require 'mongo/gridfs'. 'mongo'. You need to require 'mongo/gridfs'.