Skip to content

Commit

Permalink
update readme. bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed Oct 30, 2012
1 parent 9f815cd commit 9864ab3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -13,11 +13,15 @@ SYNOPSIS

require 'mongoid-grid_fs'

g = GridFs.put readable
grid_fs = Mongoid::GridFs

GridFS.get id
g = grid_fs.put(readable)

GridFS.delete id
g = g.id

grid_fs.get(id)

grid_fs.delete(id)


````
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid-grid_fs.rb
Expand Up @@ -2,7 +2,7 @@
#
module Mongoid
class GridFS
const_set :Version, '1.3.2'
const_set :Version, '1.3.3'

class << GridFS
def version
Expand Down

0 comments on commit 9864ab3

Please sign in to comment.