[temp] Add no events happening now in splashpage

This commit is contained in:
Jimmy 2021-04-05 20:45:40 +08:00 committed by CactusPuppy
parent f260139b2d
commit 322a5b40bc
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 11 additions and 2 deletions

View file

@ -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