Save display times in the db
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
class ContestsController < ApplicationController
|
||||
include CompletionsConcern
|
||||
|
||||
before_action :set_contest, only: %i[ destroy edit show update ]
|
||||
skip_before_action :require_authentication, only: %i[ scoreboard ]
|
||||
|
||||
@@ -70,7 +68,6 @@ class ContestsController < ApplicationController
|
||||
@title = @contest.name
|
||||
@contestants = @contest.contestants.order(:name)
|
||||
@puzzles = @contest.puzzles.order(:id)
|
||||
extend_completions!(@contest.completions)
|
||||
render :scoreboard
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user