Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / app / controllers / quickvote_controller.rb
old mode 100755 (executable)
new mode 100644 (file)
index 5e29a10..61a4c69
@@ -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

Benjamin Mako Hill || Want to submit a patch?