aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorfrancis <francis>2007-10-08 14:58:27 +0000
committerfrancis <francis>2007-10-08 14:58:27 +0000
commit1a642c05e0c65316f161e63d8413f204a59b9c60 (patch)
treec5da2dfdd79537d8aa0e2aa188bb76e5e7a2de77 /app/controllers
parent4f97763246a5689d65365d2165c51a52437a699d (diff)
Rename file_request_controller to new_controller, so consistent with URL
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/new_controller.rb (renamed from app/controllers/file_request_controller.rb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/file_request_controller.rb b/app/controllers/new_controller.rb
index bfb2c27be..1952ace06 100644
--- a/app/controllers/file_request_controller.rb
+++ b/app/controllers/new_controller.rb
@@ -1,12 +1,12 @@
-# app/controllers/file_request_controller.rb:
+# app/controllers/new_controller.rb:
# Interface for building a new FOI request.
#
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: file_request_controller.rb,v 1.11 2007-10-03 17:13:50 francis Exp $
+# $Id: new_controller.rb,v 1.1 2007-10-08 14:58:27 francis Exp $
-class FileRequestController < ApplicationController
+class NewController < ApplicationController
def index
# render index.rhtml template
end