mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
tweaking test
This commit is contained in:
parent
a2300a58b9
commit
a28a201deb
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace :survey do
|
||||
|
||||
desc 'Text all Recipients ready for an Attempt (only on weekdays)'
|
||||
desc 'Text all recipients ready for an attempt'
|
||||
task :attempt_questions => :environment do
|
||||
Schedule.active.each do |schedule|
|
||||
schedule.recipient_schedules.ready.each do |recipient_schedule|
|
||||
|
|
@ -8,4 +8,5 @@ namespace :survey do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue