aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-01-29 03:05:46 +0000
committerfrancis <francis>2008-01-29 03:05:46 +0000
commit5acedd09b79642d58c6de5db872f82198b2f2c73 (patch)
tree1717bd038849262e6abbca2c582cd2d09289c640 /app/controllers/application.rb
parentde7f36c6e3c5f1739a60839fe6bf3e7d510e1225 (diff)
Redirect to appropriate messages for most of the classification options.
Diffstat (limited to 'app/controllers/application.rb')
-rw-r--r--app/controllers/application.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/application.rb b/app/controllers/application.rb
index 23b6e376b..83c606ad2 100644
--- a/app/controllers/application.rb
+++ b/app/controllers/application.rb
@@ -6,7 +6,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: application.rb,v 1.27 2008-01-22 17:59:50 francis Exp $
+# $Id: application.rb,v 1.28 2008-01-29 03:05:46 francis Exp $
class ApplicationController < ActionController::Base
@@ -112,7 +112,6 @@ class ApplicationController < ActionController::Base
# URL generating functions are needed by all controllers (for redirects)
# and views (for links), so include them into all of both.
include LinkToHelper
-
end