From d436b6b274166db559f06eb677cec930ccdb1af4 Mon Sep 17 00:00:00 2001 From: John Dong Date: Mon, 20 Aug 2007 14:36:59 -0400 Subject: [PATCH] Oh oops, left in some test cruft in quickvote_controller --- app/controllers/quickvote_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/quickvote_controller.rb b/app/controllers/quickvote_controller.rb index 58370f7..0d9eb7b 100644 --- a/app/controllers/quickvote_controller.rb +++ b/app/controllers/quickvote_controller.rb @@ -21,7 +21,6 @@ class QuickvoteController < ApplicationController @quickvote = @quickvote.reload render :action => 'success' else - raise ArgumentError.new(@quickvote.errors.inspect) flash.keep(:candlist) end -- 2.30.2