instance method
turbo_exempts_page_from_cache
Ruby on Rails 2.0.23
Since v1.3.3 Last seen in v2.0.23Signature
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. Cannot be used along with turbo_exempts_page_from_preview.
Source
# File app/helpers/turbo/drive_helper.rb, line 21
def turbo_exempts_page_from_cache
provide :head, turbo_exempts_page_from_cache_tag
end
Defined in app/helpers/turbo/drive_helper.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo::DriveHelper