[style] Fix name of method

This commit is contained in:
Jimmy 2021-04-06 13:27:05 +08:00 committed by CactusPuppy
parent 2ea27b21da
commit a7a6255656
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ class SchedulesController < ApplicationController
end
def happening_now
@events_schedules = get_happening_now_events_schedules_schedules(@conference)
@events_schedules = get_happening_now_events_schedules(@conference)
@current_time = Time.now.in_time_zone(@conference.timezone)
respond_to do |format|