[temp] Add no events happening now in splashpage
This commit is contained in:
parent
9bfe64c28f
commit
e2d775e398
2 changed files with 11 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ class SchedulesController < ApplicationController
|
|||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.json { render json: @events_schedules.as_json(root: false, include: :event) }
|
||||
format.json { render json: @events_schedules.to_json(root: false, include: :event) }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue