Oh oops, left in some test cruft in quickvote_controller
[selectricity] / app / controllers / quickvote_controller.rb
index 58370f7096b8b3b2ba1e0057553087ca2cc3e378..0d9eb7be4c934c2a08640ab78a2c5bb99b34849f 100644 (file)
@@ -21,7 +21,6 @@ class QuickvoteController < ApplicationController
         @quickvote = @quickvote.reload
         render :action => 'success'
       else
-        raise ArgumentError.new(@quickvote.errors.inspect)
         flash.keep(:candlist)
       end 
 

Benjamin Mako Hill || Want to submit a patch?