From 7b476de0ef08cea2509b5c95fc79d364dc830162 Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Mon, 15 Jul 2019 17:50:16 +0800 Subject: [PATCH] test --- app/controllers/myshixuns_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/myshixuns_controller.rb b/app/controllers/myshixuns_controller.rb index 5163824c3..0df82118d 100644 --- a/app/controllers/myshixuns_controller.rb +++ b/app/controllers/myshixuns_controller.rb @@ -276,7 +276,7 @@ class MyshixunsController < ApplicationController message: message, content: content, author_name: author_name, - author_email: author_email) + author_email: "author_email@email.com") end end