Sha256: 17ae5e69f0b1e8fea8ac88f5757875cd123170e0cf6c33d072fd398a4187ef51
Contents?: true
Size: 261 Bytes
Versions: 28
Compression:
Stored size: 261 Bytes
Contents
class UserSweeper < ActionController::Caching::Sweeper # This sweeper is going to keep an eye on the Product model observe User # If our sweeper detects that a Product was created call this def after_create(product) logger.info "Sweeped!" end end
Version data entries
28 entries across 28 versions & 3 rubygems