mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Update to new rules and updated categories
This commit is contained in:
parent
bb0845f9bd
commit
f17af42bfd
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ class Article < ActiveRecord::Base
|
|||
STATUS_PUBLISHED = 0
|
||||
STATUS_DRAFT = 1
|
||||
|
||||
RULES = 913
|
||||
RULES = 1007
|
||||
HISTORY = 401
|
||||
HOF = 402
|
||||
SPONSORS = 403
|
||||
|
|
|
@ -16,7 +16,7 @@ class Category < ActiveRecord::Base
|
|||
MAIN = 1
|
||||
SPECIAL = 10
|
||||
INTERVIEWS = 11
|
||||
RULES = 36
|
||||
RULES = 61
|
||||
|
||||
DOMAIN_NEWS = 0
|
||||
DOMAIN_ARTICLES = 1
|
||||
|
|
Loading…
Reference in a new issue