From cd23a3f08b4e74ad019381d4d5e21cce935f0cab Mon Sep 17 00:00:00 2001 From: nikokon Date: Fri, 16 Feb 2024 17:03:54 +0100 Subject: [PATCH] fix routing when main app has included url_helpers --- app/helpers/audits1984/application_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/audits1984/application_helper.rb b/app/helpers/audits1984/application_helper.rb index 5ddc206..6358c3e 100644 --- a/app/helpers/audits1984/application_helper.rb +++ b/app/helpers/audits1984/application_helper.rb @@ -2,6 +2,7 @@ module Audits1984 module ApplicationHelper + include Audits1984::Engine.routes.url_helpers def auditor_name_for(auditor) if auditor == Audits1984::Current.auditor "You"