Results 2 comments of Jon

How do you expose the users collection? I can see it from the mongo shell if I type "meteor mongo" and then "show collections" but if I add: ``` Houston.add_collection(users);...

This does the trick: ``` Houston.add_collection(Meteor.users); ```