Ridepool.load = function (ctx, next) {
  if (ctx.params.ridepool === 'new') return next()

  Ridepool.get(ctx.params.ridepool, function (err, ridepool) {
    if (err) {