From c21c6e15251394fc266c428a3f160d035b40427d Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 27 Jul 2020 19:36:00 -0700 Subject: [PATCH] I dont understand why this matters... --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 73a1f476..dfc9f3fe 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -190,7 +190,7 @@ module ApplicationHelper # TODO:Snap!Con: Replace this with a search for a conference logo. def nav_root_link_for(conference) - path = conference ? conference_path(conference) : root_path + path = conference.try(:name) ? conference_path(conference) : root_path link_to( image_tag('snapcon_logo.png'), path,