Skip to content

Instantly share code, notes, and snippets.

@jackp
Created May 14, 2012 00:33
Show Gist options
  • Save jackp/2690932 to your computer and use it in GitHub Desktop.
Save jackp/2690932 to your computer and use it in GitHub Desktop.
Template.story.story = function() {
var story = Stories.findOne({_id: Session.get('story_id')});
story.date = dateFormat(story.date);
return story;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment