diff --git a/app/models/article.rb b/app/models/article.rb index 0a5b6d0..28b2f05 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -24,7 +24,7 @@ class Article < ActiveRecord::Base STATUS_PUBLISHED = 0 STATUS_DRAFT = 1 - RULES = 859 + RULES = 913 HISTORY = 401 HOF = 402 SPONSORS = 403 diff --git a/app/views/application/_navigation.html.erb b/app/views/application/_navigation.html.erb index 1eaa6e6..daa7f2f 100644 --- a/app/views/application/_navigation.html.erb +++ b/app/views/application/_navigation.html.erb @@ -48,7 +48,7 @@ <% end %>