Skip to content

Instantly share code, notes, and snippets.

@mattcodez
Created November 18, 2015 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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