diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-06 11:37:28 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-06 11:37:28 +0100 |
commit | 3695d3613a37a05cfd8b39e41d4b3fcfc63234c6 (patch) | |
tree | 4a64fb7040ecce8aa8627c17555a2760236dcd3d /app/controllers/public_body_controller.rb | |
parent | 103188c62c37cf61f63c3b427857f5818070db58 (diff) |
This doesn't work with all the Rails cookies.
Diffstat (limited to 'app/controllers/public_body_controller.rb')
-rw-r--r-- | app/controllers/public_body_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb index 98251a554..5f51948ee 100644 --- a/app/controllers/public_body_controller.rb +++ b/app/controllers/public_body_controller.rb @@ -96,8 +96,6 @@ class PublicBodyController < ApplicationController @description = @tag end end - - set_http_header_cache_expiry end # Used so URLs like /local/islington work, for use e.g. writing to a local paper. |