def update
    respond_to do |format|
      if @gene_attribute.update(gene_attribute_params)
        format.html { redirect_to @gene_attribute, notice: 'Gene attribute was successfully updated.' }
        format.json { render :show, status: :ok, location: @gene_attribute }