0.1.3 • Published 9 years ago

sails-hook-must v0.1.3

Weekly downloads
19
License
MIT
Repository
github
Last release
9 years ago

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
    }
    //..
}