Add admin action to regenerate QR codes
This commit is contained in:
@@ -43,6 +43,10 @@ class Contestant < ApplicationRecord
|
||||
end
|
||||
end
|
||||
|
||||
def regenerate_qrcode
|
||||
generate_qrcode
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def initialize_time_seconds_if_empty
|
||||
|
||||
Reference in New Issue
Block a user