]> projects.mako.cc - selectricity-live/blobdiff - app/models/ranking.rb
Modified the methods in graphs controller so they would work for Selectricity, but...
[selectricity-live] / app / models / ranking.rb
old mode 100644 (file)
new mode 100755 (executable)
index ba021a9..5ef0575
@@ -1,6 +1,7 @@
 class Ranking < ActiveRecord::Base
   belongs_to :candidate
   belongs_to :vote
+  acts_as_list :scope => :vote, :column => :rank
 
   def <=>(other)
     self.rank <=> other.rank

Benjamin Mako Hill || Want to submit a patch?