Checkin cleanup

This commit is contained in:
2023-02-25 13:12:01 +11:00
parent 0b6fd85b38
commit ff9106a40a
3 changed files with 103 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ module Adamantium
def places_listing(limit: nil)
posts
.where(post_type: "checkin")
.exclude(location: nil)
.published
.combine(:tags)