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

@@ -3,6 +3,7 @@
# Table name: offlines
#
# id :integer not null, primary key
# completed :boolean
# end_time :datetime
# name :string not null
# start_time :datetime not null
@@ -20,6 +21,6 @@
#
FactoryBot.define do
factory :offline do
name { "test" }
end
end