sails-hook-must
v0.1.3
Published
a sails hook that will auto-build your sails-must policies for you!
Downloads
34
Maintainers
Readme
sails-hook-must
a sails
hook that replaces the default policy
hook. This simply augments the default policy
hook by auto-building any sails-must
policies. For more info, see sails-must
Installing
Install via npm
:
npm install --save sails-hook-must
Disable the default policy
hook:
// in .sailsrc
{
//..
"hooks": {
"policies": false
}
//..
}