this.get('/gists/:id/:rev_id', function(schema, request) {
    let id = request.params.id;
    return schema.gistRevisions.find(id);
  });