Afin aussi une collection DESC

<%= render :partial => 'event', :collection => @events.sort_by(&:event_at)%>

Ce code affiche une collection ordonnée comme NCP, mais je veux commander cette collection comme DESC.

Comment puis-je y parvenir?