Fix bug.
This commit is contained in:
parent
6904ea15bc
commit
3d6d536b66
|
@ -7,4 +7,5 @@ namespace :survey_tasks do
|
||||||
puts "Cron initiated with #{args.surveyid}"
|
puts "Cron initiated with #{args.surveyid}"
|
||||||
id = args.surveyid
|
id = args.surveyid
|
||||||
SurveysHelper.generate_xlsx(id)
|
SurveysHelper.generate_xlsx(id)
|
||||||
|
end
|
||||||
end
|
end
|
Loading…
Reference in New Issue