Fix post snippets

This commit is contained in:
2023-02-25 13:54:02 +11:00
parent 5e309810ac
commit 1af509ec60
3 changed files with 5 additions and 2 deletions

View File

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