List checkins in admin area

This commit is contained in:
2024-02-24 15:51:03 +11:00
parent e6178f4c1d
commit 35aa5bd3f3

View File

@@ -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