module Turbo::DriveHelper

def turbo_exempts_page_from_preview

Cannot be used along with +turbo_exempts_page_from_cache+.
Specify that a cached version of the page should not be shown as a preview during an application visit.
def turbo_exempts_page_from_preview
  provide :head, tag.meta(name: "turbo-cache-control", content: "no-preview")
end