Use contestant IDs instead of tokens for QR codes
All checks were successful
CI / scan_ruby (push) Successful in 20s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 13s
CI / test (push) Successful in 37s

#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