According the the meteor documentation, all users should be published to all clients if the autopublish package is installed.
http://docs.meteor.com/#meteor_users
I have the autopublish package installed, but using forEach on Meteor.users only lists the currently logged in user.
Is there a more correct way to list all the users on the client by using coffeescript?
if you auto publish users collection without use subscribe
if you want to subscribe specify users you can