Generate QR codes when not present and asked for
This commit is contained in:
@@ -43,6 +43,10 @@ class Contestant < ApplicationRecord
|
||||
end
|
||||
end
|
||||
|
||||
def public_generate_qrcode
|
||||
self.generate_qrcode
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def initialize_time_seconds_if_empty
|
||||
|
||||
Reference in New Issue
Block a user