mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
testing more sms flow
This commit is contained in:
parent
6f611eed39
commit
4d73a7e35b
4 changed files with 109 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
namespace :survey do
|
||||
|
||||
desc 'Text all Recipients ready for an Attempt'
|
||||
task :attempt_qustions => :environment do
|
||||
task :attempt_questions => :environment do
|
||||
Schedule.active.each do |schedule|
|
||||
schedule.recipient_schedules.ready.each do |recipient_schedule|
|
||||
recipient_schedule.attempt_question
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue