I have added the acts_as_authenticated plugin to code, and have gotten VERY BASIC...
[selectricity] / app / controllers / site_controller.rb
old mode 100755 (executable)
new mode 100644 (file)
index d5eab86..3307d88
@@ -1,6 +1,6 @@
 class SiteController < ApplicationController
   layout 'hc'
-  model :user, :election
+  model :user, :election, :account
 
   def index
     @quickvotes = QuickVote.find_all(["quickvote = 1"]).sort {|a,b| b.enddate <=> a.enddate}[0..1]

Benjamin Mako Hill || Want to submit a patch?