This commit is contained in:
Dzmitry Plashchynski
2022-05-29 21:18:16 +03:00

View File

@@ -83,8 +83,8 @@ require 'rake'
Rails.app_class.load_tasks Rails.app_class.load_tasks
class Test class Test
def perform(options) def perform
Rake::Task['crono:hello'].invoke Rake::Task['crono:hello'].execute
end end
end end