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 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