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