Skip to content

Instantly share code, notes, and snippets.

@mattcodez
Created November 18, 2015 14:53
Show Gist options
  • Save mattcodez/4b6f3511747c12b20b2f to your computer and use it in GitHub Desktop.
Save mattcodez/4b6f3511747c12b20b2f to your computer and use it in GitHub Desktop.
//Use ES6 modules for your controllers in SailsJS
//requires https://github.com/artificialio/sails-hook-babel
export default {
controllerAction1(req, res) {
//...
},
controllerAction2(req, res) {
//...
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment