Hotfix: Rollback rules url helper

This commit is contained in:
Luke Barratt 2014-08-28 23:43:15 +01:00
parent a676d4c423
commit 127b5f6308

View file

@ -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