diff --git a/app/views/members/show.html.erb b/app/views/members/show.html.erb index ac4a26f..75f9186 100644 --- a/app/views/members/show.html.erb +++ b/app/views/members/show.html.erb @@ -33,7 +33,7 @@ <%= t('contributions.attributes.payment_reference') %> <%= t('contributions.attributes.amount') %> - <% @member.contributions.each do |contribution| %> + <% @member.contributions.order(payment_on: :asc).each do |contribution| %> <%= contribution.payment_on %> <%= contribution.payment_method %>