Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing explanation in 04s #17

Open
Viktorminator opened this issue Oct 1, 2014 · 0 comments
Open

Missing explanation in 04s #17

Viktorminator opened this issue Oct 1, 2014 · 0 comments

Comments

@Viktorminator
Copy link

Please add next:

When you launch code on server

Meteor.publish('posts', function() {
  return Posts.find({flagged: false});
});

you must change your fixture file fixture.js (to add flagged: false field):

if (Posts.find().count() === 0) {
    Posts.insert({
      title: 'Introducing Telescope',
      author: 'Sasha Greif',
      url: 'http://sachagreif.com/',
      flagged: false
    });
}

And make meteor reset command in Terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant