Files
puzzle-scoreboard/app/lib/ranking.rb
sto f91145637f
Some checks failed
CI / scan_ruby (push) Successful in 20s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 12s
CI / test (push) Failing after 35s
Add ranking mode
2025-11-14 10:19:08 +01:00

4 lines
164 B
Ruby

module Ranking
AVAILABLE_RANKING_MODES = [ { id: "actual", name: I18n.t("lib.ranking.actual") }, { id: "theorical", name: I18n.t("lib.ranking.theorical") } ]
end