* Create bust_page service and spec * Specify spec with .once * Create bust_tag service and spec * Create bust_event service and spec * Create bust_podcast service and spec
8 lines
127 B
Ruby
8 lines
127 B
Ruby
module EdgeCache
|
|
class BustEvents < Bust
|
|
def self.call
|
|
bust("/events")
|
|
bust("/events?i=i")
|
|
end
|
|
end
|
|
end
|