mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-29 20:50:43 +00:00
Merge pull request #96 from Absurdon/master
Fixing constants to reflect new organisational structure
This commit is contained in:
commit
b22a16dfd1
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ class Article < ActiveRecord::Base
|
||||||
STATUS_PUBLISHED = 0
|
STATUS_PUBLISHED = 0
|
||||||
STATUS_DRAFT = 1
|
STATUS_DRAFT = 1
|
||||||
|
|
||||||
RULES = 913
|
RULES = 1007
|
||||||
HISTORY = 401
|
HISTORY = 401
|
||||||
HOF = 402
|
HOF = 402
|
||||||
SPONSORS = 403
|
SPONSORS = 403
|
||||||
|
|
|
@ -16,7 +16,7 @@ class Category < ActiveRecord::Base
|
||||||
MAIN = 1
|
MAIN = 1
|
||||||
SPECIAL = 10
|
SPECIAL = 10
|
||||||
INTERVIEWS = 11
|
INTERVIEWS = 11
|
||||||
RULES = 36
|
RULES = 61
|
||||||
|
|
||||||
DOMAIN_NEWS = 0
|
DOMAIN_NEWS = 0
|
||||||
DOMAIN_ARTICLES = 1
|
DOMAIN_ARTICLES = 1
|
||||||
|
|
Loading…
Reference in a new issue