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 committed Sep 18, 2024
1 parent cc548fb commit 725bb36
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 725bb36

Please sign in to comment.