0.1.3 • Published 10 years ago
sails-hook-must v0.1.3
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
}
//..
}