From 245c01a26bacbf1aa71d5066ff144f11710e359d Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Tue, 23 Apr 2019 01:35:11 +0800 Subject: [PATCH] 1 --- 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 91d479eb..5e107d39 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -34,7 +34,7 @@ class ApplicationController < ActionController::Base class_attribute :accept_rss_auth_actions class_attribute :model_object - before_filter :update_system + #before_filter :update_system # skip_before_filter :verify_authenticity_token,