7 lines
142 B
Ruby
7 lines
142 B
Ruby
module Podcasts
|
|
class BustCacheWorker < BustCacheBaseWorker
|
|
def perform(path)
|
|
EdgeCache::BustPodcast.call(path)
|
|
end
|
|
end
|
|
end
|