This commit is contained in:
chiu 2021-07-13 22:30:12 +08:00
parent 6904ea15bc
commit 3d6d536b66
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ namespace :survey_tasks do
puts "Cron initiated with #{args.surveyid}"
id = args.surveyid
SurveysHelper.generate_xlsx(id)
end
end