diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-11-03 17:36:30 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-12 17:53:34 +0000 |
commit | af2e8aa9e6e978f1b6cd37a92b492e8a89e2ee4d (patch) | |
tree | f7b67e47a405ed2f17da0089b6bf1ff8f616acf6 | |
parent | 39d7c598161b6b1577ef6d18de7d13e68fa5706f (diff) |
Remove obsolete 'require' statement
-rw-r--r-- | app/controllers/admin_request_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/admin_request_controller.rb b/app/controllers/admin_request_controller.rb index 8f023bf12..7d2ac2f35 100644 --- a/app/controllers/admin_request_controller.rb +++ b/app/controllers/admin_request_controller.rb @@ -4,9 +4,8 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: hello@mysociety.org; WWW: http://www.mysociety.org/ -require 'ostruct' - class AdminRequestController < AdminController + def index list render :action => 'list' |