def update
    respond_to do |format|
      if @controlled_vocabulary_term.update(controlled_vocabulary_term_params)
        format.json { render :show, status: :ok, location: @controlled_vocabulary_term.metamorphosize }
      else