[feat] Endpoint implementation done
This commit is contained in:
parent
7475a40775
commit
21f7d1d8ca
4 changed files with 6 additions and 9 deletions
|
|
@ -114,10 +114,7 @@ class ConferencesController < ApplicationController
|
|||
|
||||
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()
|
||||
conference.find_live_events.to_json
|
||||
end
|
||||
|
||||
private
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue