diff options
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r-- | app/helpers/application_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a63d36b39..8f9f3cd3d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -5,11 +5,11 @@ # 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.13 2007-11-07 10:26:30 francis Exp $ +# $Id: application_helper.rb,v 1.14 2008-01-14 12:27:56 francis Exp $ module ApplicationHelper # URL generating functions are needed by all controllers (for redirects) - # and views (for links), so include them into all of both. + # views (for links), so include them into all of both. include LinkToHelper # Copied from error_messages_for in active_record_helper.rb |