diff options
author | francis <francis> | 2008-07-09 07:24:50 +0000 |
---|---|---|
committer | francis <francis> | 2008-07-09 07:24:50 +0000 |
commit | ddef9c677eeb5917c6b3628ed6176a96dcb5f7da (patch) | |
tree | aafa913a308f9753b83f027bd0ea33e7d25ad96c | |
parent | 8b778cc8efff1bcb8bf6db5529d60b22e9c21c56 (diff) |
Remove unused function.
-rw-r--r-- | app/helpers/application_helper.rb | 7 |
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 : {} |