in app/controllers/data_bundles_controller.rb [59:66]
7 lines of code
2 McCabe index (conditional complexity)
def update
if @data_bundle.update(data_bundle_params)
redirect_to @data_bundle, notice: 'Data bundle was successfully updated.'
else
render :edit
end
end