@quickvote = QuickVote.new(params[:quickvote])
# store the candidate grabbed through ajax and stored in flash
@quickvote.candidate_names = flash[:candidate_names]
@quickvote.description=@quickvote.description
@quickvote = QuickVote.new(params[:quickvote])
# store the candidate grabbed through ajax and stored in flash
@quickvote.candidate_names = flash[:candidate_names]
@quickvote.description=@quickvote.description