Add contest duration & complete ranking mode implementation
This commit is contained in:
@@ -204,7 +204,7 @@ class ContestsController < ApplicationController
|
||||
end
|
||||
|
||||
def settings_general_params
|
||||
params.expect(contest: [ :lang, :name, :public, :ranking_mode, :team, :allow_registration ])
|
||||
params.expect(contest: [ :lang, :name, :duration, :public, :ranking_mode, :team, :allow_registration ])
|
||||
end
|
||||
|
||||
def settings_offline_params
|
||||
|
||||
Reference in New Issue
Block a user