Install sitealizer stats
[selectricity-live] / app / controllers / site_controller.rb
index e26a3688997dd1ff67b4b817b44a345ddc8d4cfa..d432a03b9fb5457277d6dafc9a0660a369bd45eb 100644 (file)
@@ -1,6 +1,10 @@
 class SiteController < ApplicationController
-  layout 'hc'
-  model :user, :election, :account
+  layout 'frontpage'
+  require_dependency "user"
+  require_dependency "election"
+  require_dependency "account"
+  include Sitealizer
+  before_filter :use_sitealizer
 
   def index
     @quickvotes = QuickVote.find(:all).sort {|a,b| b.enddate <=> a.enddate}[0..1]
@@ -16,7 +20,7 @@ class SiteController < ApplicationController
           b.enddate <=> a.enddate
         end
       else
-        # if we have no record of them, set the session id back to
+        # if we have no record of them, set the user back to
              # nothing and start again
         session[:user] = nil
         

Benjamin Mako Hill || Want to submit a patch?