def update
    respond_to do |format|
      if @library_category.update(library_category_params)
        format.html { redirect_to @library_category, notice: 'Library category was successfully updated.' }
        format.json { head :no_content }