module Sprockets::Rails::Helper
def legacy_debug_path(path, debug)
def legacy_debug_path(path, debug) if debug && !using_sprockets4? "#{path}?body=1" else path end end
def legacy_debug_path(path, debug) if debug && !using_sprockets4? "#{path}?body=1" else path end end