Friday, June 12, 2009

Vote_fu Sort Order by Vote_for

@stories = Story.tally( :conditions => {:votes => {:vote => true}}).paginate :page => params[:page], :per_page => 8

After several attempts, i tried putting this condition, and it seems as if the data are sorted according to the number of vote_for it...

It has already included the association table in the plugin perhaps.

0 comments:

Post a Comment