docbrown/app/services/edge_cache/bust_sidebar.rb
Ben Halpern 3308bf5e3d
Add sidebar bust logic (#11878)
* Add sidebar bust logic

* Fix typo
2020-12-13 19:43:44 -05:00

7 lines
109 B
Ruby

module EdgeCache
class BustSidebar < Bust
def self.call
bust("/sidebars/home")
end
end
end