mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Fix rules
This commit is contained in:
parent
f2ab3482fd
commit
73bb575982
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ module ApplicationHelper
|
|||
|
||||
def latest_rules
|
||||
if Contest.last
|
||||
Contest.last.rules
|
||||
article_path(Contest.last.rules)
|
||||
else
|
||||
article_path(Article::RULES)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue