Offer to download QR codes in a ZIP archive
All checks were successful
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 14s
CI / test (push) Successful in 36s

This commit is contained in:
sto
2026-03-08 10:09:55 +01:00
parent c787e913fa
commit 589e46c1fd
8 changed files with 32 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ Rails.application.routes.draw do
get "export", to: "contestants#export"
get "generate_qrcodes", to: "contestants#generate_qrcodes"
get "generate_qrcodes_pdf", to: "contestants#generate_qrcodes_pdf"
get "generate_qrcodes_archive", to: "contestants#generate_qrcodes_archive"
end
resources :passwords, param: :token
resource :session