Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Jun 15, 2012
1 parent 4946ded commit 4f1e3cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -55,6 +55,12 @@ Thing.where('tags').$in(array).asc('name').run(callback);
- mongoose.createSetConnection
- mongoose.connectSet
- document#commit
- MongooseArray#$push
- MongooseArray#$pushAll
- MongooseArray#$pull
- MongooseArray#$pullAll
- MongooseArray#$unshift
- MongooseArray#$addToSet

## tests

Expand Down

0 comments on commit 4f1e3cd

Please sign in to comment.