Offline participation: implement completed puzzle methods

This commit is contained in:
sto
2025-10-31 11:55:28 +01:00
parent 37a65526e4
commit ff5f387a87
13 changed files with 110 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
class AddCompletedToOffline < ActiveRecord::Migration[8.0]
def change
add_column :offlines, :completed, :boolean
end
end