I have added the acts_as_authenticated plugin to code, and have gotten VERY BASIC...
[selectricity] / app / controllers / quickvote_controller.rb
index 5e29a10caa2e2d529761666f8e2c0864bbf6f59c..10815b3c590ac19af542240d3cf8ec6d420cb9e9 100644 (file)
@@ -66,7 +66,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?