sort happening at the same time events by room order

This commit is contained in:
Michael Ball 2020-07-22 17:49:54 -07:00
parent b539f822fc
commit 5b312459d0

View file

@ -112,7 +112,7 @@ module ApplicationHelper
concurrent_events << other_event_schedule.event
end
end
concurrent_events
concurrent_events.sort_by { |event_schedule| event_schedule.room&.order }
end
def speaker_links(event)