From 5f1c9ee1ad8ac72ab8b5105d36ab111f11737f9c Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Mon, 6 Jan 2020 16:35:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E7=9A=84=E8=AE=A1=E5=88=92=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/print_date.rake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/tasks/print_date.rake diff --git a/lib/tasks/print_date.rake b/lib/tasks/print_date.rake new file mode 100644 index 000000000..501cd3750 --- /dev/null +++ b/lib/tasks/print_date.rake @@ -0,0 +1,7 @@ +namespace :print_date do + desc "print date" + + task :print => :environment do + Rails.logger.info("#{Time.now}") + end +end \ No newline at end of file From 2f87b0040adeee1a4b8df26938a7d814f4606f51 Mon Sep 17 00:00:00 2001 From: tangjiang <465264938@qq.com> Date: Mon, 6 Jan 2020 16:57:17 +0800 Subject: [PATCH 2/2] move file --- .../leftpane/editorTab => common/quillForEditor}/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename public/react/src/{modules/developer/newOrEditTask/leftpane/editorTab => common/quillForEditor}/README.md (100%) diff --git a/public/react/src/modules/developer/newOrEditTask/leftpane/editorTab/README.md b/public/react/src/common/quillForEditor/README.md similarity index 100% rename from public/react/src/modules/developer/newOrEditTask/leftpane/editorTab/README.md rename to public/react/src/common/quillForEditor/README.md