Show offline contestants in dashboard

This commit is contained in:
sto
2025-11-05 17:18:47 +01:00
parent d62b46b7df
commit 5348574ea4
11 changed files with 73 additions and 36 deletions

View File

@@ -0,0 +1,5 @@
class AddContestantToOffline < ActiveRecord::Migration[8.0]
def change
add_reference :offlines, :contestant, foreign_key: true
end
end