def update
    @organizer = resource
    if @organizer.update(organizer_params)
      flash[:notice] = t('flash.organizer.update.success')
      redirect_to organizers_path(@conference)