[style] Fix name of method
This commit is contained in:
parent
2ea27b21da
commit
a7a6255656
2 changed files with 2 additions and 2 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue