diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2e74fbe..2c44635 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -178,10 +178,6 @@ module ApplicationHelper end def latest_rules - if Contest.last - article_path(Contest.last.rules) - else - article_path(Article::RULES) - end + article_path(Article::RULES) end end