We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed6e150 + 0b800ee commit 57f2524Copy full SHA for 57f2524
1 file changed
app/controllers/dashboard_controller.rb
@@ -58,7 +58,7 @@ def top_coach_query
58
59
def upcoming_events
60
workshops = Workshop.eager_load(:chapter, :sponsors, :organisers, :permissions)
61
- .upcoming
+ .today_and_upcoming
62
.limit(MAX_WORKSHOP_QUERY)
63
.to_a
64
sorted_events = all_events(workshops).sort_by(&:date_and_time)
0 commit comments