X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..22f84a3ea8bc39eb4cb91575d35dfca683336032:/app/controllers/quickvote_controller.rb diff --git a/app/controllers/quickvote_controller.rb b/app/controllers/quickvote_controller.rb old mode 100755 new mode 100644 index 5e29a10..61a4c69 --- a/app/controllers/quickvote_controller.rb +++ b/app/controllers/quickvote_controller.rb @@ -10,6 +10,7 @@ class QuickvoteController < ApplicationController ############################################################# def create + breakpoint if params[:quickvote] @quickvote = QuickVote.new(params[:quickvote]) @@ -66,7 +67,7 @@ class QuickvoteController < ApplicationController @voter = nil end - # if the voter does not exist or as has been destroyed, lets + # if the voter does not exist or has has been destroyed, lets # create a new one unless @voter # create a new voter and populate it