diff --git a/app/models/user_sweeper.rb b/app/models/user_sweeper.rb index f7775f67..33df309b 100644 --- a/app/models/user_sweeper.rb +++ b/app/models/user_sweeper.rb @@ -8,5 +8,6 @@ class UserSweeper < ActionController::Caching::Sweeper expire_fragment(:controller => 'outfits', :action => 'new', :action_suffix => 'top_contributors') end end + true end end