trip styling

This commit is contained in:
2023-05-10 20:52:52 +10:00
parent f7c4bd89f7
commit 4022872723
3 changed files with 272 additions and 44 deletions

View File

@@ -12,6 +12,7 @@ module Adamantium
trips
.combine(:posts)
.order(:start_date)
.reverse
.to_a
end
end