Sha256: 8c032441aed0fadd63f12c5515a910aac289922d7d5bbee616cd33ae7c097fe7
Contents?: true
Size: 262 Bytes
Versions: 29
Compression:
Stored size: 262 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
29 entries across 29 versions & 2 rubygems