Variety of improvements and additions:
[selectricity-live] / app / models / voter.rb
index a63ec67a68ccbf7c8e4d752bed82a0ef081fd9fd..13b43f525ac7882ac85d9c36e86483213d4573e1 100644 (file)
@@ -1,3 +1,4 @@
 class Voter < ActiveRecord::Base
   belongs_to :election
 class Voter < ActiveRecord::Base
   belongs_to :election
+  has_one :vote
 end
 end

Benjamin Mako Hill || Want to submit a patch?