diff options
-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) |