def create
    @organizer = Organizer.new(organizer_params)
    if @organizer.save
      flash[:notice] = t('flash.organizer.create.success')
      redirect_to organizers_path(@conference)