Skip to content

Instantly share code, notes, and snippets.

@nocubicles
Created April 7, 2015 07:15
Show Gist options
  • Select an option

  • Save nocubicles/3ace4619ecc06f6e1f82 to your computer and use it in GitHub Desktop.

Select an option

Save nocubicles/3ace4619ecc06f6e1f82 to your computer and use it in GitHub Desktop.
meetodiTest: {
type: String,
autoform: {
type: "method",
meteormethod: "testingMeetod"
}
}
}));
Meteor.methods({
testingMeetod: function() {
meetodiTest = new Date()
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment