We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f62d commit 7d5b542Copy full SHA for 7d5b542
app/helpers/mission_control/jobs/application_helper.rb
@@ -4,5 +4,6 @@ module ApplicationHelper
4
#
5
# We can't rely on +config.action_controller.include_all_helpers = true+ in the host app.
6
include DatesHelper, JobsHelper, NavigationHelper, InterfaceHelper
7
+ include MissionControl::Jobs::Engine.routes.url_helpers
8
end
9
0 commit comments