From 84b964f8a063551a0f38f83bd8cdd375b3b6412c Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Fri, 14 Feb 2020 16:07:41 +0800 Subject: [PATCH] test --- 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 ee34bd7bd..c45a89291 100644 --- a/app/controllers/main_controller.rb +++ b/app/controllers/main_controller.rb @@ -19,7 +19,7 @@ class MainController < ApplicationController uid_logger("main start is #{cookies[:_educoder_session]}") end - Rails.logger("params paths is #{params[:path]}") + Rails.logger.info("params paths is #{params[:path]}") if params[:path].include("h5") path = params[:path].split("/").second if path == "h5"