Generate QR codes when not present and asked for

This commit is contained in:
sto
2025-11-20 15:50:50 +01:00
parent c4f0f603f6
commit b43a801e3c
3 changed files with 13 additions and 2 deletions

View File

@@ -43,6 +43,10 @@ class Contestant < ApplicationRecord
end
end
def public_generate_qrcode
self.generate_qrcode
end
private
def initialize_time_seconds_if_empty