Module: SpreeSurrogateKey::Spree::TaxonDecorator

Defined in:
app/models/spree_surrogate_key/spree/taxon_decorator.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



2
3
4
5
# File 'app/models/spree_surrogate_key/spree/taxon_decorator.rb', line 2

def self.prepended(base)
  base.include SpreeSurrogateKey::CdnPurgeable
  base.before_destroy :purge_cdn_cache, prepend: true
end