restart (event) {
    Rails.stopEverything(event)
    if (confirm('Are you sure you want to restart the experiment?')) {
      this.request(this.element.href, 'DELETE')
    }