lib/has_karma.rb in thumbs_up-0.4.1 vs lib/has_karma.rb in thumbs_up-0.4.3

- old
+ new

@@ -20,10 +20,10 @@ module SingletonMethods ## Not yet implemented. Don't use it! # Find the most popular users def find_most_karmic - find(:all) + self.all end end module InstanceMethods