Sha256: dc7249ae3f1b32a1ef36f9b7cac4f008d1a55c08b1230cd8e9f032b2d9de4e7a
Contents?: true
Size: 319 Bytes
Versions: 6
Compression:
Stored size: 319 Bytes
Contents
module MissionControl::Jobs module ApplicationHelper # Explicit helper inclusion because ApplicationController inherits from the host app. # # We can't rely on +config.action_controller.include_all_helpers = true+ in the host app. include DatesHelper, JobsHelper, NavigationHelper, UiHelper end end
Version data entries
6 entries across 6 versions & 1 rubygems