aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/index_controller.rb
diff options
context:
space:
mode:
authorlouise <louise>2007-10-15 22:26:13 +0000
committerlouise <louise>2007-10-15 22:26:13 +0000
commitc0a50ab51dc85feca3eb571351e40e9e41588be8 (patch)
tree4d512a1c66c847658dd08dd41a86f9503f37f657 /app/controllers/index_controller.rb
parent850ecc72e4467ba6f465a0eaa657bc8d9c7067b2 (diff)
Rejigged routing in favour of mostly model-focused controllers
Diffstat (limited to 'app/controllers/index_controller.rb')
-rw-r--r--app/controllers/index_controller.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/controllers/index_controller.rb b/app/controllers/index_controller.rb
deleted file mode 100644
index e15e72fdd..000000000
--- a/app/controllers/index_controller.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-# controllers/index_controller.rb:
-# Main page of site.
-#
-# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
-# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
-#
-# $Id: index_controller.rb,v 1.2 2007-10-09 17:29:43 francis Exp $
-
-class IndexController < ApplicationController
- def index
- respond_to do |format|
- format.html
- end
- end
-
- private
-
-end
-