diff --git a/slices/admin/repos/post_repo.rb b/slices/admin/repos/post_repo.rb index 9c1209e..09c85ce 100644 --- a/slices/admin/repos/post_repo.rb +++ b/slices/admin/repos/post_repo.rb @@ -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