From 8c4589506c91cd5dee9a5381d1d331297c257c39 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Fri, 13 Dec 2019 17:56:44 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20application=5Fcontroller=E4=B8=AD?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=85=B3=E9=97=ADcurrent=5Fuser=E7=9A=84?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 3ec8ad0f7..b00778958 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -12,7 +12,7 @@ class ApplicationController < ActionController::Base protect_from_forgery prepend: true, unless: -> { request.format.json? } - before_action :user_setup + # before_action :user_setup #before_action :check_account DCODES = %W(2 3 4 5 6 7 8 9 a b c f e f g h i j k l m n o p q r s t u v w x y z)