Allow any post with a location as a checkin
This commit is contained in:
@@ -75,7 +75,6 @@ module Adamantium
|
|||||||
|
|
||||||
def places_listing(limit: nil)
|
def places_listing(limit: nil)
|
||||||
posts
|
posts
|
||||||
.where(post_type: "post")
|
|
||||||
.exclude(location: nil)
|
.exclude(location: nil)
|
||||||
.published
|
.published
|
||||||
.combine(:tags)
|
.combine(:tags)
|
||||||
|
Reference in New Issue
Block a user