0.0.2 • Published 10 years ago

sails-inject-models v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

-inject-models

NPM version Build status Dependency Status

Install

$ npm install sails-inject-models --save

Usage

e.g. with sails-permissions:

// api/hooks/permissions.js
module.exports = require('sails-permissions');

The additional models User, Role, Permission, and Model will be initialized and available in the global namespace.

License

MIT

Attribution

Much of this implementation is adapted from: