Class: Workarea::BustDiscountCache
- Inherits:
-
Object
- Object
- Workarea::BustDiscountCache
- Includes:
- Sidekiq::CallbacksWorker, Sidekiq::Worker
- Defined in:
- app/workers/workarea/bust_discount_cache.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
12 13 14 |
# File 'app/workers/workarea/bust_discount_cache.rb', line 12 def perform(*) Pricing::Discount::ApplicationGroup.expire_cache end |