Skip to content

Instantly share code, notes, and snippets.

@rodelta
Created August 24, 2014 22:32
Show Gist options
  • Save rodelta/ac66360ebf34843cf65d to your computer and use it in GitHub Desktop.
Save rodelta/ac66360ebf34843cf65d to your computer and use it in GitHub Desktop.
action snippet for sails
<snippet>
<content><![CDATA[
/**
* Controller.${1:action}()
*/
${1:action}: function (req, res) {
${2:}
//code
return res.view();
},
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>action</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment