Files
puzzle-scoreboard/app/lib/ranking.rb
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