1 # Selectricity: Voting Machinery for the Masses
2 # Copyright (C) 2007, 2008 Benjamin Mako Hill <mako@atdot.cc>
3 # Copyright (C) 2007 Massachusetts Institute of Technology
5 # This program is free software. Please see the COPYING file for
8 class AboutController < ApplicationController
11 before_filter :add_sidebar
14 redirect_to :action => 'overview'
18 redirect_to "http://blog.selectricity.org"
23 @sidebar_content = render_to_string :partial => 'sidebar',
24 :locals => { :page => action_name }