SailsJS provides default blueprint actions, such as find, update, create, etc.
I need to override some of them to suit particular business purposes. However, I would lik
copy everything from
PROJECT-ROOT\node_modules\sails\lib\hooks\blueprints\actions
to
PROJECT-ROOT\config\blueprints
Make sure findOne.js is lowercase. You will need to modify each one to make reference to the location of actionUtil.js
. You can now modify these at your hearts content without re-inventing the wheel.