update

in app/controllers/data_bundles_controller.rb [59:66]


  def update
    if @data_bundle.update(data_bundle_params)
      redirect_to @data_bundle, notice: 'Data bundle was successfully updated.'
    else
      render :edit
    end
  end