diff --git a/app/controllers/super_voters_controller.rb b/app/controllers/super_voters_controller.rb deleted file mode 100644 index 743e9fbbd..000000000 --- a/app/controllers/super_voters_controller.rb +++ /dev/null @@ -1,8 +0,0 @@ -class SuperVotersController < ApplicationController - respond_to :html, :xml, :json - - def index - @super_voters = SuperVoter.all - respond_with(@super_voters) - end -end diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 0aee3d891..a67fd8ee1 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -109,7 +109,6 @@
  • <%= link_to("Signup", new_user_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • <%= link_to("Upgrade Information", new_user_upgrade_path) %>
  • -
  • <%= link_to("Super Voters", super_voters_path) %>