Make rules link in navigation point to current rules

This commit is contained in:
Absurdon 2017-10-30 13:26:51 +01:00
parent 60779b8c05
commit 1257df3322

View file

@ -24,7 +24,7 @@ class Article < ActiveRecord::Base
STATUS_PUBLISHED = 0
STATUS_DRAFT = 1
RULES = 1007
RULES = 1044
HISTORY = 401
HOF = 402
SPONSORS = 403