The following (from the index-action of my activities-controller) has no effect on the order in which the entries are displayed:
@activities = Activity.order("updated_at").page(params[:page])
The .page-part is for the Kaminari-gem that does the pagination.
What am I missing?