Meteor-Community-Packages / mongo-collection-instances

🗂 Meteor package allowing Mongo Collection instance lookup by collection name
http://packosphere.com/dburles/mongo-collection-instances
MIT License
73 stars 27 forks source link

getAll broken? #21

Closed SachaG closed 9 years ago

SachaG commented 9 years ago

I'm getting an error when trying to use getAll:

Object function (name, options) {...} has no method 'getAll'
dburles commented 9 years ago

Interesting. The only thing I can think of is that it's gone to an earlier version of the package before I added that method. Try confirm that you're on the latest

SachaG commented 9 years ago

You're right, Meteor had "helpfully" decided to pick version 0.1.3 for me…