Changed properties to remove unecessary exectables.
[selectricity] / app / models / voter.rb
index 62466755db4790175cfbc3e1712872ab8ba4698a..f229909814c12fbd51beeb120061661ef87a67ec 100644 (file)
@@ -6,6 +6,10 @@ class Voter < ActiveRecord::Base
     vote.destroy if vote
     super
   end
+
+  def voted?
+    vote.confirmed == 1
+  end
 end
 
 

Benjamin Mako Hill || Want to submit a patch?