X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/b31720d9ce48c5f46e2cb39242429a640f90fb40..feb38c08f5cbda03d540aef83fc056070e4b7b68:/app/models/quick_vote.rb diff --git a/app/models/quick_vote.rb b/app/models/quick_vote.rb old mode 100644 new mode 100755 index ab97e61..98379cb --- a/app/models/quick_vote.rb +++ b/app/models/quick_vote.rb @@ -37,7 +37,6 @@ class QuickVote < Election def create_candidates @raw_candidates.each do |name| candidate = Candidate.new({:name => name}) - candidate.save self.candidates << candidate end end