From: Date: Sat, 4 Aug 2007 06:57:48 +0000 (-0400) Subject: Removed the breakpointer from the quickvote create method. X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/62d55f6e7b7a956714166a5ed409368937218997 Removed the breakpointer from the quickvote create method. --- 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])