Update rules article constant

This commit is contained in:
Luke Barratt 2014-09-27 19:11:19 +01:00
parent 127b5f6308
commit 2535d5bc7a

View file

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