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