Skip to content

Instantly share code, notes, and snippets.

@m3talsmith
Forked from fzf/controller.js
Created April 21, 2014 22:55
Show Gist options
  • Save m3talsmith/11159348 to your computer and use it in GitHub Desktop.
Save m3talsmith/11159348 to your computer and use it in GitHub Desktop.
var CommentController = {
current_users: [],
create: function(req, res) {
this.current_users.push('yada');
}
}
module.exports = CommentController;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment