sails.js access controller method from controller method

You can use sails.controllers.yourControllerName.findStore()

the sails global object has references to almost everything.

Leave a Comment