[temp]Ajax request of happening now JSON in progress
This commit is contained in:
parent
093241fd0a
commit
9bfe64c28f
2 changed files with 23 additions and 2 deletions
|
|
@ -69,6 +69,9 @@ class ConferencesController < ApplicationController
|
|||
).order('sponsorship_levels.position ASC', 'sponsors.name')
|
||||
@sponsors = @conference.sponsors
|
||||
end
|
||||
if splashpage.include_happening_now
|
||||
@happening_now_url = happening_now_conference_schedule_path(conference_id: @conference.short_title, format: :json)
|
||||
end
|
||||
end
|
||||
|
||||
def calendar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue