# File lib/acts_as_voteable.rb, line 23 def tally(options = {}) find(:all, options_for_tally(options.merge({:order =>"count DESC" }))) end