From df32995a2c0f5b5be4ee76feab4770b752319f35 Mon Sep 17 00:00:00 2001 From: p31729568 Date: Thu, 17 Oct 2019 14:35:46 +0800 Subject: [PATCH] cooperative manage: modify --- app/controllers/cooperative/base_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/cooperative/base_controller.rb b/app/controllers/cooperative/base_controller.rb index e91f52b91..463880e87 100644 --- a/app/controllers/cooperative/base_controller.rb +++ b/app/controllers/cooperative/base_controller.rb @@ -26,7 +26,7 @@ class Cooperative::BaseController < ApplicationController def laboratory_exist! return if current_laboratory.present? - redirect_to '/nopage' + redirect_to '/403' end def require_login