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

@ -112,6 +112,14 @@ class ConferencesController < ApplicationController
end
end
def live_events
conference = Conference.find_by(short_title: params[:conference_id])
temp = conference.find_live_events
p "TESTTEST"
p temp.size()
p temp.to_json()
end
private
def conference_finder_conditions