Trip stylin

This commit is contained in:
2023-05-10 20:55:58 +10:00
parent 621d679fb5
commit ab28be12b3
3 changed files with 267 additions and 48 deletions

View File

@@ -10,7 +10,6 @@ module Adamantium
def list
trips
.combine(:posts)
.order(:start_date)
.reverse
.to_a