save user even if points do not change. oops

This commit is contained in:
Emi Matchu 2011-03-01 15:32:26 -05:00
parent dfea1a1097
commit 838f89c8fb

View file

@ -8,5 +8,6 @@ class UserSweeper < ActionController::Caching::Sweeper
expire_fragment(:controller => 'outfits', :action => 'new', :action_suffix => 'top_contributors')
end
end
true
end
end