diff options
Diffstat (limited to 'bucky/db/bookshelf.js')
| -rw-r--r-- | bucky/db/bookshelf.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bucky/db/bookshelf.js b/bucky/db/bookshelf.js index df14961..47a9636 100644 --- a/bucky/db/bookshelf.js +++ b/bucky/db/bookshelf.js @@ -17,6 +17,7 @@ var knex = require('knex')({ }) var bookshelf = require('bookshelf')(knex) +bookshelf.plugin('registry'); module.exports = { bookshelf: bookshelf, |
