aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/helpers/application_helper.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 188775cc7..7cc0b0e5d 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.21 2008-05-27 01:57:02 francis Exp $
+# $Id: application_helper.rb,v 1.22 2008-07-09 07:24:50 francis Exp $
module ApplicationHelper
# URL generating functions are needed by all controllers (for redirects),
@@ -13,11 +13,6 @@ module ApplicationHelper
# all of all.
include LinkToHelper
- # Contact email address
- def contact_email
- MySociety::Config.get("CONTACT_EMAIL", 'contact@localhost')
- end
-
# Copied from error_messages_for in active_record_helper.rb
def foi_error_messages_for(*params)
options = params.last.is_a?(Hash) ? params.pop.symbolize_keys : {}