implementation in progress

This commit is contained in:
Jimmy 2021-03-12 10:38:47 -08:00 committed by CactusPuppy
parent f3db1288cf
commit 018bbff7b8
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
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