function get (req, res, next) {
  Commuter
    .findById(req.params.id)
    .exec()
    .then(commuter => {