List checkins in admin area
This commit is contained in:
@@ -63,7 +63,7 @@ module Admin
|
||||
|
||||
def list
|
||||
posts
|
||||
.where(post_type: "post")
|
||||
.where(post_type: ["post", "checkin"])
|
||||
.order(Sequel.lit("published_at desc"))
|
||||
.to_a
|
||||
end
|
||||
|
Reference in New Issue
Block a user