logger.error "Error trying to save the modifyed Project in the database"
        logger.debug "Object's params:\n" + params.inspect # Returns a list of entered params
        format.html { render :edit }
        format.json { render json: @project.errors, status: :unprocessable_entity }