docbrown/config/initializers/initialization_cachebust.rb
2020-03-31 16:12:14 +02:00

5 lines
220 B
Ruby

# Trigger cache purges for globally-cached endpoints that could have changed
CacheBuster.bust("/shell_top")
CacheBuster.bust("/shell_bottom")
CacheBuster.bust("/async_info/shell_version")
CacheBuster.bust("/onboarding")