module Turbo::DriveHelper
def turbo_exempts_page_from_cache
Pages that are more likely than not to be a cache miss can skip turbo cache to avoid visual jitter.
def turbo_exempts_page_from_cache provide :head, tag.meta(name: "turbo-cache-control", content: "no-cache") end