meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 366 forks source link

Where are collections defined and imported? #264

Open Kamin12 opened 6 years ago

Kamin12 commented 6 years ago

In the meteor guide it says they are defined and imported in the register-api.js / api.js file.

However, in this example app I only see methods and publications defined

alanning commented 5 years ago

See https://github.com/meteor/todos/issues/263#issuecomment-487064956 for an explanation.