Merge pull request #96 from Absurdon/master

Fixing constants to reflect new organisational structure
This commit is contained in:
Absurdon 2017-02-27 23:26:12 +01:00 committed by GitHub
commit b22a16dfd1
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -16,7 +16,7 @@ class Category < ActiveRecord::Base
MAIN = 1
SPECIAL = 10
INTERVIEWS = 11
RULES = 36
RULES = 61
DOMAIN_NEWS = 0
DOMAIN_ARTICLES = 1