Use contestant IDs instead of tokens for QR codes

#6
This commit is contained in:
sto
2025-12-04 10:30:44 +01:00
parent cd41d83429
commit d08370f5f8
4 changed files with 27 additions and 23 deletions

View File

@@ -77,7 +77,7 @@ class UsersController < ApplicationController
authorize :user
Contestant.all.each do |contestant|
contestant.regenerate_qrcode
contestant.generate_qrcode
contestant.save
end
end