Skip to content

Commit

Permalink
fix routing when main app has included url_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikokon committed Feb 16, 2024
1 parent 301d4af commit cd23a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/audits1984/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd23a3f

Please sign in to comment.