logger.info "Success saving modifications to Project, id: #{ @project.id }"
        format.html { redirect_to user_project_path(current_user.id, @project), notice: 'Project was successfully updated.' }
        format.json { render :show, status: :ok, location: @project }