implementation in progress

This commit is contained in:
Jimmy 2021-03-12 10:38:47 -08:00
parent 51f9ba0206
commit 7475a40775
4 changed files with 12 additions and 2 deletions

View file

@ -784,7 +784,7 @@ class Conference < ApplicationRecord
end_date < Time.current
end
def find_live_events()
def find_live_events
live_events = []
for event in program.events
if event.is_live?