MINUTES, BILL
This commit is contained in:
parent
c755d0b043
commit
4edb1381e6
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
||||
3.1.2
|
@ -54,7 +54,7 @@ class Lesson
|
||||
duration, comment = current_lesson_step
|
||||
respond "#{duration} minutes to #{comment}"
|
||||
|
||||
self.current_lesson_step_job_id = scheduler.in "#{duration}s" do
|
||||
self.current_lesson_step_job_id = scheduler.in "#{duration}m" do
|
||||
if current_lesson_step_index == lesson_plan.length - 1
|
||||
end_lesson
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user