Skip to content

Commit

Permalink
Remove superfluous order statement, the relation is already ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi authored and amaierhofer committed Nov 15, 2024
1 parent 0c244db commit 68c0042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/youth/event/lists_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def courses_for_bsv_export
course_filters
.to_scope
.includes(participations: [:roles, person: :location])
.order("start_at")
end

def dates_from_to
Expand Down

0 comments on commit 68c0042

Please sign in to comment.