# try to save, if it fails, show the page again (the flash should
# still be intact
if @quickvote.save
@quickvote = @quickvote.reload
render :action => 'success'
else
# try to save, if it fails, show the page again (the flash should
# still be intact
if @quickvote.save
@quickvote = @quickvote.reload
render :action => 'success'
else