Clean up trips UI

This commit is contained in:
2023-07-01 12:20:03 +10:00
parent 32ae142ce3
commit 250de0c430
6 changed files with 31 additions and 27 deletions

View File

@@ -62,8 +62,8 @@ module Admin
posts
.combine(:trips)
.where(post_type: %w[post check-in])
.published_between(start_date, end_date)
.to_a
end
end
end