We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a829d9 commit 2125bb3Copy full SHA for 2125bb3
app/controllers/events/schedules_controller.rb
@@ -34,6 +34,6 @@ def set_talks(day)
34
talk_count = @event.schedule.talk_offsets[index]
35
talk_offset = @event.schedule.talk_offsets.first(index).sum
36
37
- @talks = @event.talks_in_running_order(child_talks: false).to_a.from(talk_offset).first(talk_count)
+ @talks = @event.talks_in_running_order(child_talks: false).includes(:speakers).to_a.from(talk_offset).first(talk_count)
38
end
39
0 commit comments