Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / app / controllers / quickvote_controller.rb
index 10815b3c590ac19af542240d3cf8ec6d420cb9e9..61a4c69261f714aba4461d7c1e5cf1b7a6c53e21 100644 (file)
@@ -10,6 +10,7 @@ class QuickvoteController < ApplicationController
   #############################################################
 
   def create
+    breakpoint
     if params[:quickvote] 
       @quickvote = QuickVote.new(params[:quickvote])
 

Benjamin Mako Hill || Want to submit a patch?