Skip to content

Instantly share code, notes, and snippets.

@saintc0d3r
Created May 27, 2014 05:06
Show Gist options
  • Save saintc0d3r/0447316428d5091072b7 to your computer and use it in GitHub Desktop.
Save saintc0d3r/0447316428d5091072b7 to your computer and use it in GitHub Desktop.
HomeController.coffee
module.exports = {
##
# Action blueprints:
# `/home/index`
# `/home`
#
hello_world = req, res -> res.json({hello: 'world'})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment