mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Hotfix: Rollback rules url helper
This commit is contained in:
parent
a676d4c423
commit
127b5f6308
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue