Added support for voting in QuickVotes.
[selectricity] / app / models / voter.rb
index a63ec67a68ccbf7c8e4d752bed82a0ef081fd9fd..7139b899a725fd6b32de66393f7decc58a5d99c8 100644 (file)
@@ -1,3 +1,8 @@
 class Voter < ActiveRecord::Base
   belongs_to :election
+  has_one :vote
+
 end
+
+
+

Benjamin Mako Hill || Want to submit a patch?