implementation in progress
This commit is contained in:
parent
f3db1288cf
commit
018bbff7b8
4 changed files with 12 additions and 2 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue