[style]Remove unused code
This commit is contained in:
parent
47f183fc89
commit
24d2fa89a8
1 changed files with 0 additions and 1 deletions
|
|
@ -158,6 +158,5 @@ class ConferencesController < ApplicationController
|
|||
@events_schedules_limit = EVENTS_PER_PAGE
|
||||
@events_schedules_length = events_schedules_list.length
|
||||
@pagy, @events_schedules = pagy_array(events_schedules_list, items: @events_schedules_limit, link_extra: 'data-remote="true"')
|
||||
@happening_now_url = happening_now_conference_schedule_path(conference_id: @conference.short_title, format: :json)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue