module Sprockets::Rails::RouteWrapper

def internal_with_sprockets?

def internal_with_sprockets?
  internal_without_sprockets? || internal_assets_path?
end