Sha256: 51699a0cc8577642e9bb62b4ecb26f8473c0fe5f3bb37d4a2e9298d6aba4f9a4
Contents?: true
Size: 326 Bytes
Versions: 6
Compression:
Stored size: 326 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, InterfaceHelper end end
Version data entries
6 entries across 6 versions & 1 rubygems