dbReady()
    .then(() => Topic.collection.find({}).toArray())
    .then(mapPromises(function (topic) {
      const action = {}
      action.method = topic.votable ? 'vote' : ''