From 62d55f6e7b7a956714166a5ed409368937218997 Mon Sep 17 00:00:00 2001 From: Date: Sat, 4 Aug 2007 02:57:48 -0400 Subject: [PATCH] Removed the breakpointer from the quickvote create method. --- 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 61a4c69..10815b3 100644 --- a/app/controllers/quickvote_controller.rb +++ b/app/controllers/quickvote_controller.rb @@ -10,7 +10,6 @@ class QuickvoteController < ApplicationController ############################################################# def create - breakpoint if params[:quickvote] @quickvote = QuickVote.new(params[:quickvote]) -- 2.30.2