nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
287 stars 145 forks source link

How to auto-approve job posts? #95

Closed ritchieng closed 8 years ago

ritchieng commented 8 years ago

Hi,

When the number of job posts increase, it would be easier to approve them first by default. May I know do I do that? Thanks!

nate-strauser commented 8 years ago

just change this https://github.com/nate-strauser/wework/blob/master/both/collections/jobs.js#L85 to return 'active' instead of 'pending'

ritchieng commented 8 years ago

Thanks again @nate-strauser.