Add public scoreboard slug & URL

This commit is contained in:
sto
2025-03-22 18:21:13 +01:00
parent d47ebf22ab
commit 9a2a3a6f33
10 changed files with 31 additions and 8 deletions

View File

@@ -69,6 +69,6 @@ class ContestsController < ApplicationController
end
def contest_params
params.expect(contest: [ :name, :team, :allow_registration ])
params.expect(contest: [ :name, :team, :allow_registration, :slug ])
end
end