diff options
author | francis <francis> | 2008-01-14 12:27:56 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-14 12:27:56 +0000 |
commit | 0e239ae32f95104633b209d76bee2bfdf9f7b002 (patch) | |
tree | 2014caa92323226a911b93b3901a916b99683349 /app/helpers/application_helper.rb | |
parent | be6a1f194c8ac7eb6037ab9ff5a9857abc1ab8e6 (diff) |
Comments
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 |