aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.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/helpers/application_helper.rb
parentde7f36c6e3c5f1739a60839fe6bf3e7d510e1225 (diff)
Redirect to appropriate messages for most of the classification options.
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index ce78011a0..e40313d1f 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -5,7 +5,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: application_helper.rb,v 1.15 2008-01-21 19:12:46 francis Exp $
+# $Id: application_helper.rb,v 1.16 2008-01-29 03:05:47 francis Exp $
module ApplicationHelper
# URL generating functions are needed by all controllers (for redirects)
@@ -41,11 +41,5 @@ module ApplicationHelper
''
end
end
-
- # Basic date format
- def simple_date(date)
- return date.strftime("%e %B %Y")
- end
-
end