Skip to content

Instantly share code, notes, and snippets.

@jamesonquinn
Created June 23, 2014 23:53
Show Gist options
  • Save jamesonquinn/bae8456f5ff4de88984d to your computer and use it in GitHub Desktop.
Save jamesonquinn/bae8456f5ff4de88984d to your computer and use it in GitHub Desktop.
Meteor.publish "muserData", ->
if @userId
slog "publishing muid", @userId
MyUsers.find
_id: @userId
,
fields: userFields
else
@ready()
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment