testing more sms flow

This commit is contained in:
Jared Cosulich 2017-03-11 14:19:12 -05:00
parent 6f611eed39
commit 4d73a7e35b
4 changed files with 109 additions and 18 deletions

View file

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