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 authored and rosa committed Jan 30, 2025
1 parent 9c4f62d commit 7d5b542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/mission_control/jobs/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module ApplicationHelper
#
# We can't rely on +config.action_controller.include_all_helpers = true+ in the host app.
include DatesHelper, JobsHelper, NavigationHelper, InterfaceHelper
include MissionControl::Jobs::Engine.routes.url_helpers
end
end

0 comments on commit 7d5b542

Please sign in to comment.