aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r--app/controllers/admin_controller.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb
new file mode 100644
index 000000000..7bb60b036
--- /dev/null
+++ b/app/controllers/admin_controller.rb
@@ -0,0 +1,12 @@
+# app/controllers/admin_public_body_controller.rb:
+# Controller for admin interface.
+#
+# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
+# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
+#
+# $Id: admin_controller.rb,v 1.1 2007-09-03 09:39:20 francis Exp $
+
+class AdminController < ApplicationController
+ layout "admin"
+end
+