Skip to content

Commit

Permalink
Merge pull request #54 from nikokon/master
Browse files Browse the repository at this point in the history
fix routing when main app has included url_helpers
  • Loading branch information
jorgemanrubia committed Mar 3, 2024
2 parents 301d4af + cd23a3f commit b1e30f0
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 b1e30f0

Please sign in to comment.