diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-06 11:38:36 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-06 11:38:36 +0100 |
commit | ac2462369424be2ae5e79dd10af34c54de0e40de (patch) | |
tree | 53f86eb1a5748998841848dfa333a06f895b073c | |
parent | 3695d3613a37a05cfd8b39e41d4b3fcfc63234c6 (diff) |
Remove old commented parts.
-rw-r--r-- | app/helpers/application_helper.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f2a02962e..a9474ef0f 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -63,9 +63,6 @@ module ApplicationHelper # Use our own algorithm for finding path of cache def foi_cache(name = {}, options = nil, &block) if @controller.perform_caching - #name = @controller.foi_fragment_cache_part_path(name) - #@controller.fragment_for(output_buffer, name, options, &block) - key = name.merge(:only_path => true) key_path = @controller.foi_fragment_cache_path(key) |