Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OptimalBits/node_acl
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Aug 1, 2014
2 parents 13d7de4 + 5a619b8 commit 98e045d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,14 @@ __Arguments__
<a name="backend" />
### backend( db, [prefix] )
Creates a backend instance. All backends except Memory require driver or database instance.
Creates a backend instance. All backends except Memory require driver or database instance. `useSingle` is only applicable to the MongoDB backend.
__Arguments__
```javascript
db {Object} Database instance
prefix {String} Optional collection prefix
useSingle {Boolean} Create one collection for all resources (defaults to false)
```
```javascript
Expand Down

0 comments on commit 98e045d

Please sign in to comment.