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

Benjamin Mako Hill || Want to submit a patch?