4 5 6
# File 'app/sweepers/setting_sweeper.rb', line 4 def after_create(setting) PageCache.sweep_all end
8 9 10
# File 'app/sweepers/setting_sweeper.rb', line 8 def after_update(setting) PageCache.sweep_all end