merged in licensing changes (we'll have to undo this eventually)
[selectricity-live] / app / controllers / about_controller.rb
index 41386942a2eaa4570650ad2ee8f9456abdb358a7..bf0b79f961473e2586497d5c123c3c87a523f306 100644 (file)
@@ -1,3 +1,10 @@
+# Selectricity: Voting Machinery for the Masses
+# Copyright (C) 2007, 2008 Benjamin Mako Hill <mako@atdot.cc>
+# Copyright (C) 2007 Massachusetts Institute of Technology
+#
+# This program is free software. Please see the COPYING file for
+# details.
+
 class AboutController < ApplicationController
   layout 'main'
   
@@ -7,7 +14,8 @@ class AboutController < ApplicationController
     redirect_to :action => 'overview'
   end
 
-  def features
+  def blog
+    redirect_to "http://blog.selectricity.org"
   end
 
   private

Benjamin Mako Hill || Want to submit a patch?