Pagination working for public collections

This commit is contained in:
Jorge Manrubia
2025-06-09 14:36:53 +02:00
parent 87bbb79851
commit 7013b7f378
12 changed files with 81 additions and 23 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ require_relative "../../config/environment"
CARDS_COUNT = 200
ApplicationRecord.current_tenant = "development-tenant"
ApplicationRecord.current_tenant = "37signals"
account = Account.first
user = User.first
Current.session = user.sessions.last