UNPKG

generator-sails-rest-api

Version:

Yeoman generator that provides already configured and optimized Sails REST API with bundle of predefined features

9 lines (7 loc) 216 B
/** * Remove a member from an association * DELETE /:model/:parentId/:collectionAttr/:id * * Removes associated record from collection. */ module.exports = require('sails/lib/hooks/blueprints/actions/remove');