require_dependency "quick_vote"
require_dependency "vote"
require_dependency "election"
-
+
#############################################################
# the following methods pertain to creating quickvotes
#############################################################
# here has not been hitting this page and we can clear any
# candlist in the flash
flash.delete(:candlist) if flash.has_key?(:candlist)
+ @quickvote = QuickVote.new
end
end
@candidates = {}
@election.candidates.each {|c| @candidates[c.id] = c}
end
+
+
end
+