From cb5dd506e220efa9583e9cb1906a50cb9715b1ec Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Fri, 13 Mar 2020 17:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9main=5Fcontroller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/main_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb index 7b7468f..965ef76 100644 --- a/app/controllers/main_controller.rb +++ b/app/controllers/main_controller.rb @@ -2,7 +2,7 @@ class MainController < ApplicationController protect_from_forgery except: :index skip_before_action :check_sign skip_before_action :user_setup - skip_before_action :setup_laboratory + # skip_before_action :setup_laboratory def first_stamp render :json => { status: 0, message: Time.now.to_i }